#5B696E

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

Shades of Pale Sky #5B696E

Tints of Pale Sky #5B696E

Color information

#5B696E (or 0x5B696E) is unknown color: approx Pale Sky. HEX triplet: 5B, 69 and 6E. RGB value is (91,105,110). Sum of RGB (Red+Green+Blue) = 91+105+110=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B696E is #A49691. Grayscale: #656565. Windows color (decimal): -10786450 or 7235931. OLE color: 7235931.

HSL color Cylindrical-coordinate representation of color #5B696E: hue angle of 195.79º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5B696E is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB91105110-
CMYK0.170.0500.57
HSL195.79º9.45%39.41%-
HSV(B)195.79º17.27%43.14%-
XYZ12.1813.4516.71-
YUV101.38132.86120.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.74%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=29.74%
G=34.31%
B=35.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal911051100.170.0500.57195.799.4539.41
Hex5B696E115039c4927
Octal1331511562150713041147
Binary101101111010011101110100011010111001110001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,105,110); }

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

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

 a { background-color: rgb(91,105,110); }

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

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

 span { border-color: rgb(91,105,110); }

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