#5E696D

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

Shades of Pale Sky #5E696D

Tints of Pale Sky #5E696D

Color information

#5E696D (or 0x5E696D) is unknown color: approx Pale Sky. HEX triplet: 5E, 69 and 6D. RGB value is (94,105,109). Sum of RGB (Red+Green+Blue) = 94+105+109=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E696D is #A19692. Grayscale: #666666. Windows color (decimal): -10589843 or 7170398. OLE color: 7170398.

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

Color convert

RGB94105109-
CMYK0.140.0400.57
HSL196º7.39%39.8%-
HSV(B)196º13.76%42.75%-
XYZ12.4313.5916.44-
YUV102.17131.86122.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.52%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=30.52%
G=34.09%
B=35.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal941051090.140.0400.571967.3939.8
Hex5E696DE4039c4728
Octal136151155164071304750
Binary1011110110100111011011110100011100111000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,105,109); }

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

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

 a { background-color: rgb(94,105,109); }

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

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

 span { border-color: rgb(94,105,109); }

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