Html Css Color HEX #5C6AA9 Chetwode Blue

📋 copy color: '#5C6AA9'

red 92 ◦ green 106 ◦ blue 169

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

Shades of Chetwode Blue #5C6AA9

Tints of Chetwode Blue #5C6AA9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.88%

 BLUE value IS 169 (66.41% from 255) = 46.05%

R = 25.07%
G = 28.88%
B = 46.05%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5C6AA9 (or 0x5C6AA9) is known color: Chetwode Blue. HEX triplet: 5C, 6A and A9. RGB value is (92,106,169). Sum of RGB (Red+Green+Blue) = 92+106+169=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 169 - color contains mainly: blue. Hex color #5C6AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6AA9 is #A39556. Grayscale: #6C6C6C. Windows color (decimal): -10720599 or 11102812. OLE color: 11102812.

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

Color convert

RGB 92 106 169 -
CMYK 0.46 0.37 0 0.34
HSL 229.09º 0.31% 0.51% -
HSV(B) 229.09º 0.46% 0.66% -
XYZ 16.73 15.45 39.64 -
YUV 109 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 92 106 169 0.46 0.37 0 0.34 229.09 0.31 0.51
Hex 5C 6A A9 2E 25 0 22 E5 1F 33
Octal 134 152 251 56 45 0 42 345 37 63
Binary 1011100 1101010 10101001 101110 100101 0 100010 11100101 11111 110011

Color Harmonies of #5C6AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6AA9

Black with #5C6AA9

Text Example


Text Example

White with #5C6AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,106,169); }

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

background-color css

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

 a { background-color: rgb(92,106,169); }

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

border-color css

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

 span { border-color: rgb(92,106,169); }

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