Html Css Color HEX #5C6EA6 Chetwode Blue

📋 copy color: '#5C6EA6'

red 92 ◦ green 110 ◦ blue 166

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

Shades of Chetwode Blue #5C6EA6

Tints of Chetwode Blue #5C6EA6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.89%

 BLUE value IS 166 (65.23% from 255) = 45.11%

R = 25%
G = 29.89%
B = 45.11%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5C6EA6 (or 0x5C6EA6) is known color: Chetwode Blue. HEX triplet: 5C, 6E and A6. RGB value is (92,110,166). Sum of RGB (Red+Green+Blue) = 92+110+166=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 166 - color contains mainly: blue. Hex color #5C6EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6EA6 is #A39159. Grayscale: #6E6E6E. Windows color (decimal): -10719578 or 10907228. OLE color: 10907228.

HSL color Cylindrical-coordinate representation of color #5C6EA6: hue angle of 225.41º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C6EA6 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 92 110 166 -
CMYK 0.45 0.34 0 0.35
HSL 225.41º 0.29% 0.51% -
HSV(B) 225.41º 0.45% 0.65% -
XYZ 16.87 16.18 38.31 -
YUV 111 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 92 110 166 0.45 0.34 0 0.35 225.41 0.29 0.51
Hex 5C 6E A6 2D 22 0 23 E1 1D 33
Octal 134 156 246 55 42 0 43 341 35 63
Binary 1011100 1101110 10100110 101101 100010 0 100011 11100001 11101 110011

Color Harmonies of #5C6EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6EA6

Black with #5C6EA6

Text Example


Text Example

White with #5C6EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,110,166); }

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

background-color css

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

 a { background-color: rgb(92,110,166); }

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

border-color css

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

 span { border-color: rgb(92,110,166); }

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