#5E6E77

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

Shades of Pale Sky #5E6E77

Tints of Pale Sky #5E6E77

Color information

#5E6E77 (or 0x5E6E77) is unknown color: approx Pale Sky. HEX triplet: 5E, 6E and 77. RGB value is (94,110,119). Sum of RGB (Red+Green+Blue) = 94+110+119=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E6E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6E77 is #A19188. Grayscale: #6A6A6A. Windows color (decimal): -10588553 or 7827038. OLE color: 7827038.

HSL color Cylindrical-coordinate representation of color #5E6E77: hue angle of 201.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E6E77 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB94110119-
CMYK0.210.0800.53
HSL201.6º11.74%41.76%-
HSV(B)201.6º21.01%46.67%-
XYZ13.5214.8619.61-
YUV106.24135.2119.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.10%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=29.10%
G=34.06%
B=36.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal941101190.210.0800.53201.611.7441.76
Hex5E6E77158035cac2a
Octal13615616725100653121452
Binary1011110110111011101111010110000110101110010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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