#5C6AAA

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

Shades of Chetwode Blue #5C6AAA

Tints of Chetwode Blue #5C6AAA

Color information

#5C6AAA (or 0x5C6AAA) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 6A and AA. RGB value is (92,106,170). Sum of RGB (Red+Green+Blue) = 92+106+170=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C6AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6AAA is #A39555. Grayscale: #6C6C6C. Windows color (decimal): -10720598 or 11168348. OLE color: 11168348.

HSL color Cylindrical-coordinate representation of color #5C6AAA: hue angle of 229.23º 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 #5C6AAA is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB92106170-
CMYK0.460.3800.33
HSL229.23º31.45%51.37%-
HSV(B)229.23º45.88%66.67%-
XYZ16.8215.4940.13-
YUV109.11162.36115.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25%
GREEN value IS 106 (41.80% from 255) = 28.80%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=25%
G=28.80%
B=46.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921061700.460.3800.33229.2331.4551.37
Hex5C6AAA2E26021e51f33
Octal13415225256460413453763
Binary101110011010101010101010111010011001000011110010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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