#5B6C70

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

Shades of Pale Sky #5B6C70

Tints of Pale Sky #5B6C70

Color information

#5B6C70 (or 0x5B6C70) is unknown color: approx Pale Sky. HEX triplet: 5B, 6C and 70. RGB value is (91,108,112). Sum of RGB (Red+Green+Blue) = 91+108+112=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B6C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6C70 is #A4938F. Grayscale: #676767. Windows color (decimal): -10785680 or 7367771. OLE color: 7367771.

HSL color Cylindrical-coordinate representation of color #5B6C70: hue angle of 191.43º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B6C70 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB91108112-
CMYK0.190.0400.56
HSL191.43º10.34%39.8%-
HSV(B)191.43º18.75%43.92%-
XYZ12.614.1217.39-
YUV103.37132.87119.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.26%
GREEN value IS 108 (42.58% from 255) = 34.73%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=29.26%
G=34.73%
B=36.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal911081120.190.0400.56191.4310.3439.8
Hex5B6C70134038bfa28
Octal1331541602340702771250
Binary101101111011001110000100111000111000101111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,108,112); }

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

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

 a { background-color: rgb(91,108,112); }

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

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

 span { border-color: rgb(91,108,112); }

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