#5C6DAA

Color #5C6DAA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5C6DAA

Tints of Chetwode Blue #5C6DAA

Color information

#5C6DAA (or 0x5C6DAA) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 6D and AA. RGB value is (92,109,170). Sum of RGB (Red+Green+Blue) = 92+109+170=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C6DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6DAA is #A39255. Grayscale: #6E6E6E. Windows color (decimal): -10719830 or 11169116. OLE color: 11169116.

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

Color convert

RGB92109170-
CMYK0.460.3600.33
HSL226.92º31.45%51.37%-
HSV(B)226.92º45.88%66.67%-
XYZ17.1416.1140.24-
YUV110.87161.37114.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.80%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=24.80%
G=29.38%
B=45.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921091700.460.3600.33226.9231.4551.37
Hex5C6DAA2E24021e31f33
Octal13415525256440413433763
Binary101110011011011010101010111010010001000011110001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C6DAA;
 }
 .AnyTagClassName
 {
   color: #5C6DAA;
 }
</style>
background-color css

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

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

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

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

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

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