Html Css Color HEX #5C6DA6 Chetwode Blue

📋 copy color: '#5C6DA6'

red 92 ◦ green 109 ◦ blue 166

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

Shades of Chetwode Blue #5C6DA6

Tints of Chetwode Blue #5C6DA6

RGB

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

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

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

R = 25.07%
G = 29.7%
B = 45.23%

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

#5C6DA6 (or 0x5C6DA6) is known color: Chetwode Blue. HEX triplet: 5C, 6D and A6. RGB value is (92,109,166). Sum of RGB (Red+Green+Blue) = 92+109+166=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 166 - color contains mainly: blue. Hex color #5C6DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6DA6 is #A39259. Grayscale: #6E6E6E. Windows color (decimal): -10719834 or 10906972. OLE color: 10906972.

HSL color Cylindrical-coordinate representation of color #5C6DA6: hue angle of 226.22º 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 #5C6DA6 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 92 109 166 -
CMYK 0.45 0.34 0 0.35
HSL 226.22º 0.29% 0.51% -
HSV(B) 226.22º 0.45% 0.65% -
XYZ 16.77 15.97 38.27 -
YUV 110.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 92 109 166 0.45 0.34 0 0.35 226.22 0.29 0.51
Hex 5C 6D A6 2D 22 0 23 E2 1D 33
Octal 134 155 246 55 42 0 43 342 35 63
Binary 1011100 1101101 10100110 101101 100010 0 100011 11100010 11101 110011

Color Harmonies of #5C6DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6DA6

Black with #5C6DA6

Text Example


Text Example

White with #5C6DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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