#5F686B

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

Shades of Pale Sky #5F686B

Tints of Pale Sky #5F686B

Color information

#5F686B (or 0x5F686B) is unknown color: approx Pale Sky. HEX triplet: 5F, 68 and 6B. RGB value is (95,104,107). Sum of RGB (Red+Green+Blue) = 95+104+107=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 107 - color contains mainly: blue. Hex color #5F686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F686B is #A09794. Grayscale: #656565. Windows color (decimal): -10524565 or 7039071. OLE color: 7039071.

HSL color Cylindrical-coordinate representation of color #5F686B: hue angle of 195º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5F686B is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB95104107-
CMYK0.110.0300.58
HSL195º5.94%39.61%-
HSV(B)195º11.21%41.96%-
XYZ12.3213.415.85-
YUV101.65131.02123.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.05%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=31.05%
G=33.99%
B=34.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal951041070.110.0300.581955.9439.61
Hex5F686BB303Ac3628
Octal137150153133072303650
Binary101111111010001101011101111011101011000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,104,107); }

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

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

 a { background-color: rgb(95,104,107); }

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

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

 span { border-color: rgb(95,104,107); }

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