Html Css Color HEX #5C6CCC Chetwode Blue

📋 copy color: '#5C6CCC'

red 92 ◦ green 108 ◦ blue 204

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

Shades of Chetwode Blue #5C6CCC

Tints of Chetwode Blue #5C6CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 22.77%
G = 26.73%
B = 50.5%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C6CCC (or 0x5C6CCC) is known color: Chetwode Blue. HEX triplet: 5C, 6C and CC. RGB value is (92,108,204). Sum of RGB (Red+Green+Blue) = 92+108+204=404 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.77% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C6CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6CCC is #A39333. Grayscale: #717171. Windows color (decimal): -10720052 or 13397084. OLE color: 13397084.

HSL color Cylindrical-coordinate representation of color #5C6CCC: hue angle of 231.43º degrees, saturation: 0.52, 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 #5C6CCC is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 92 108 204 -
CMYK 0.55 0.47 0 0.2
HSL 231.43º 0.52% 0.58% -
HSV(B) 231.43º 0.55% 0.8% -
XYZ 20.68 17.36 59.39 -
YUV 114.16 178.7 112.19 -
System Red Green Blue C M Y K H S L
Decimal 92 108 204 0.55 0.47 0 0.2 231.43 0.52 0.58
Hex 5C 6C CC 37 2F 0 14 E7 34 3A
Octal 134 154 314 67 57 0 24 347 64 72
Binary 1011100 1101100 11001100 110111 101111 0 10100 11100111 110100 111010

Color Harmonies of #5C6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6CCC

Black with #5C6CCC

Text Example


Text Example

White with #5C6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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