#5D666A

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

Shades of Pale Sky #5D666A

Tints of Pale Sky #5D666A

Color information

#5D666A (or 0x5D666A) is unknown color: approx Pale Sky. HEX triplet: 5D, 66 and 6A. RGB value is (93,102,106). Sum of RGB (Red+Green+Blue) = 93+102+106=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 106 - color contains mainly: blue. Hex color #5D666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D666A is #A29995. Grayscale: #636363. Windows color (decimal): -10656150 or 6973021. OLE color: 6973021.

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

Color convert

RGB93102106-
CMYK0.120.0400.58
HSL198.46º6.53%39.02%-
HSV(B)198.46º12.26%41.57%-
XYZ11.8712.8715.49-
YUV99.76131.52123.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.90%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=30.90%
G=33.89%
B=35.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal931021060.120.0400.58198.466.5339.02
Hex5D666AC403Ac6727
Octal135146152144072306747
Binary1011101110011011010101100100011101011000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,102,106); }

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

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

 a { background-color: rgb(93,102,106); }

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

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

 span { border-color: rgb(93,102,106); }

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