#5B666A

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

Shades of Pale Sky #5B666A

Tints of Pale Sky #5B666A

Color information

#5B666A (or 0x5B666A) is unknown color: approx Pale Sky. HEX triplet: 5B, 66 and 6A. RGB value is (91,102,106). Sum of RGB (Red+Green+Blue) = 91+102+106=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 106 - color contains mainly: blue. Hex color #5B666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B666A is #A49995. Grayscale: #636363. Windows color (decimal): -10787222 or 6973019. OLE color: 6973019.

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

Color convert

RGB91102106-
CMYK0.140.0400.58
HSL196º7.61%38.63%-
HSV(B)196º14.15%41.57%-
XYZ11.6712.7715.49-
YUV99.17131.86122.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.43%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=30.43%
G=34.11%
B=35.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal911021060.140.0400.581967.6138.63
Hex5B666AE403Ac4827
Octal1331461521640723041047
Binary10110111100110110101011101000111010110001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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