Html Css Color HEX #5C6DA8 Chetwode Blue

📋 copy color: '#5C6DA8'

red 92 ◦ green 109 ◦ blue 168

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

Shades of Chetwode Blue #5C6DA8

Tints of Chetwode Blue #5C6DA8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

 BLUE value IS 168 (66.02% from 255) = 45.53%

R = 24.93%
G = 29.54%
B = 45.53%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5C6DA8 (or 0x5C6DA8) is known color: Chetwode Blue. HEX triplet: 5C, 6D and A8. RGB value is (92,109,168). Sum of RGB (Red+Green+Blue) = 92+109+168=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 168 - color contains mainly: blue. Hex color #5C6DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6DA8 is #A39257. Grayscale: #6E6E6E. Windows color (decimal): -10719832 or 11038044. OLE color: 11038044.

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

Color convert

RGB 92 109 168 -
CMYK 0.45 0.35 0 0.34
HSL 226.58º 0.3% 0.51% -
HSV(B) 226.58º 0.45% 0.66% -
XYZ 16.95 16.04 39.25 -
YUV 110.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 92 109 168 0.45 0.35 0 0.34 226.58 0.3 0.51
Hex 5C 6D A8 2D 23 0 22 E3 1E 33
Octal 134 155 250 55 43 0 42 343 36 63
Binary 1011100 1101101 10101000 101101 100011 0 100010 11100011 11110 110011

Color Harmonies of #5C6DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6DA8

Black with #5C6DA8

Text Example


Text Example

White with #5C6DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,109,168); }

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

background-color css

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

 a { background-color: rgb(92,109,168); }

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

border-color css

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

 span { border-color: rgb(92,109,168); }

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