Html Css Color HEX #5C6CCD Chetwode Blue

📋 copy color: '#5C6CCD'

red 92 ◦ green 108 ◦ blue 205

#5C6CCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #5C6CCD

Tints of Chetwode Blue #5C6CCD

RGB

 RED value IS 92 (36.33% from 255) = 22.72%

 GREEN value IS 108 (42.58% from 255) = 26.67%

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 22.72%
G = 26.67%
B = 50.62%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5C6CCD (or 0x5C6CCD) is known color: Chetwode Blue. HEX triplet: 5C, 6C and CD. RGB value is (92,108,205). Sum of RGB (Red+Green+Blue) = 92+108+205=405 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.72% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6CCD is #A39332. Grayscale: #717171. Windows color (decimal): -10720051 or 13462620. OLE color: 13462620.

HSL color Cylindrical-coordinate representation of color #5C6CCD: hue angle of 231.5º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C6CCD is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 108 205 -
CMYK 0.55 0.47 0 0.20
HSL 231.5º 0.53% 0.58% -
HSV(B) 231.5º 0.55% 0.8% -
XYZ 20.8 17.41 60.02 -
YUV 114.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 92 108 205 0.55 0.47 0 0.20 231.5 0.53 0.58
Hex 5C 6C CD 37 2F 0 14 E8 35 3A
Octal 134 154 315 67 57 0 24 350 65 72
Binary 1011100 1101100 11001101 110111 101111 0 10100 11101000 110101 111010

Color Harmonies of #5C6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6CCD

Black with #5C6CCD

Text Example


Text Example

White with #5C6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C6CCD; }

 p { color: rgb(92,108,205); }

 H1.HeaderClassName
 {
   color: #5C6CCD;
 }
 .AnyTagClassName
 {
   color: #5C6CCD;
 }
</style>

background-color css

<style>
 a { background-color: #5C6CCD; }

 a { background-color: rgb(92,108,205); }

 div.DivClassName
 {
   background-color: #5C6CCD;
 }
 .BgClassName
 {
   background-color: #5C6CCD;
 }
</style>

border-color css

<style>
 span { border-color: #5C6CCD; }

 span { border-color: rgb(92,108,205); }

 td.TdClassName
 {
   border-color: #5C6CCD;
 }
 .TagClassName
 {
   border-color: #5C6CCD;
 }
</style>