#5E6669

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

Shades of Pale Sky #5E6669

Tints of Pale Sky #5E6669

Color information

#5E6669 (or 0x5E6669) is unknown color: approx Pale Sky. HEX triplet: 5E, 66 and 69. RGB value is (94,102,105). Sum of RGB (Red+Green+Blue) = 94+102+105=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 105 - color contains mainly: blue. Hex color #5E6669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6669 is #A19996. Grayscale: #636363. Windows color (decimal): -10590615 or 6907486. OLE color: 6907486.

HSL color Cylindrical-coordinate representation of color #5E6669: hue angle of 196.36º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5E6669 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB94102105-
CMYK0.100.0300.59
HSL196.36º5.53%39.02%-
HSV(B)196.36º10.48%41.18%-
XYZ11.9212.915.23-
YUV99.95130.85123.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.23%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=31.23%
G=33.89%
B=34.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal941021050.100.0300.59196.365.5339.02
Hex5E6669A303Bc4627
Octal136146151123073304647
Binary101111011001101101001101011011101111000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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