#5E6A6E

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

Shades of Pale Sky #5E6A6E

Tints of Pale Sky #5E6A6E

Color information

#5E6A6E (or 0x5E6A6E) is unknown color: approx Pale Sky. HEX triplet: 5E, 6A and 6E. RGB value is (94,106,110). Sum of RGB (Red+Green+Blue) = 94+106+110=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E6A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6A6E is #A19591. Grayscale: #666666. Windows color (decimal): -10589586 or 7236190. OLE color: 7236190.

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

Color convert

RGB94106110-
CMYK0.150.0400.57
HSL195º7.84%40%-
HSV(B)195º14.55%43.14%-
XYZ12.5813.8116.75-
YUV102.87132.02121.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.32%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=30.32%
G=34.19%
B=35.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal941061100.150.0400.571957.8440
Hex5E6A6EF4039c3828
Octal1361521561740713031050
Binary10111101101010110111011111000111001110000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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