#5E686C

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

Shades of Pale Sky #5E686C

Tints of Pale Sky #5E686C

Color information

#5E686C (or 0x5E686C) is unknown color: approx Pale Sky. HEX triplet: 5E, 68 and 6C. RGB value is (94,104,108). Sum of RGB (Red+Green+Blue) = 94+104+108=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E686C is #A19793. Grayscale: #656565. Windows color (decimal): -10590100 or 7104606. OLE color: 7104606.

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

Color convert

RGB94104108-
CMYK0.130.0400.58
HSL197.14º6.93%39.61%-
HSV(B)197.14º12.96%42.35%-
XYZ12.2713.3616.12-
YUV101.47131.69122.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.72%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 108 (42.58% from 255) = 35.29%
R=30.72%
G=33.99%
B=35.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal941041080.130.0400.58197.146.9339.61
Hex5E686CD403Ac5728
Octal136150154154072305750
Binary1011110110100011011001101100011101011000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,104,108); }

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

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

 a { background-color: rgb(94,104,108); }

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

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

 span { border-color: rgb(94,104,108); }

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