#5C6A6E

Color #5C6A6E Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #5C6A6E

Tints of Pale Sky #5C6A6E

Color information

#5C6A6E (or 0x5C6A6E) is unknown color: approx Pale Sky. HEX triplet: 5C, 6A and 6E. RGB value is (92,106,110). Sum of RGB (Red+Green+Blue) = 92+106+110=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C6A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6A6E is #A39591. Grayscale: #666666. Windows color (decimal): -10720658 or 7236188. OLE color: 7236188.

HSL color Cylindrical-coordinate representation of color #5C6A6E: hue angle of 193.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C6A6E is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB92106110-
CMYK0.160.0400.57
HSL193.33º8.91%39.61%-
HSV(B)193.33º16.36%43.14%-
XYZ12.3813.7116.75-
YUV102.27132.36120.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.87%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=29.87%
G=34.42%
B=35.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal921061100.160.0400.57193.338.9139.61
Hex5C6A6E104039c1928
Octal1341521562040713011150
Binary101110011010101101110100001000111001110000011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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