#5B6D70

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

Shades of Pale Sky #5B6D70

Tints of Pale Sky #5B6D70

Color information

#5B6D70 (or 0x5B6D70) is unknown color: approx Pale Sky. HEX triplet: 5B, 6D and 70. RGB value is (91,109,112). Sum of RGB (Red+Green+Blue) = 91+109+112=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B6D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6D70 is #A4928F. Grayscale: #676767. Windows color (decimal): -10785424 or 7368027. OLE color: 7368027.

HSL color Cylindrical-coordinate representation of color #5B6D70: hue angle of 188.57º 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 #5B6D70 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB91109112-
CMYK0.190.0300.56
HSL188.57º10.34%39.8%-
HSV(B)188.57º18.75%43.92%-
XYZ12.7114.3317.43-
YUV103.96132.54118.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.17%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=29.17%
G=34.94%
B=35.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal911091120.190.0300.56188.5710.3439.8
Hex5B6D70133038bda28
Octal1331551602330702751250
Binary10110111101101111000010011110111000101111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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