#5D6F77

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

Shades of Pale Sky #5D6F77

Tints of Pale Sky #5D6F77

Color information

#5D6F77 (or 0x5D6F77) is unknown color: approx Pale Sky. HEX triplet: 5D, 6F and 77. RGB value is (93,111,119). Sum of RGB (Red+Green+Blue) = 93+111+119=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 111 (43.75% from 255 or 34.37% 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 #5D6F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6F77 is #A29088. Grayscale: #6A6A6A. Windows color (decimal): -10653833 or 7827293. OLE color: 7827293.

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

Color convert

RGB93111119-
CMYK0.220.0700.53
HSL198.46º12.26%41.57%-
HSV(B)198.46º21.85%46.67%-
XYZ13.5315.0319.64-
YUV106.53135.04118.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.79%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=28.79%
G=34.37%
B=36.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal931111190.220.0700.53198.4612.2641.57
Hex5D6F77167035c6c2a
Octal1351571672670653061452
Binary101110111011111110111101101110110101110001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,111,119); }

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

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

 a { background-color: rgb(93,111,119); }

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

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

 span { border-color: rgb(93,111,119); }

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