#5F6B70

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

Shades of Pale Sky #5F6B70

Tints of Pale Sky #5F6B70

Color information

#5F6B70 (or 0x5F6B70) is unknown color: approx Pale Sky. HEX triplet: 5F, 6B and 70. RGB value is (95,107,112). Sum of RGB (Red+Green+Blue) = 95+107+112=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 112 - color contains mainly: blue. Hex color #5F6B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B70 is #A0948F. Grayscale: #676767. Windows color (decimal): -10523792 or 7367519. OLE color: 7367519.

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

Color convert

RGB95107112-
CMYK0.150.0400.56
HSL197.65º8.21%40.59%-
HSV(B)197.65º15.18%43.92%-
XYZ12.914.1217.37-
YUV103.98132.52121.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.25%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=30.25%
G=34.08%
B=35.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal951071120.150.0400.56197.658.2140.59
Hex5F6B70F4038c6829
Octal1371531601740703061051
Binary10111111101011111000011111000111000110001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,107,112); }

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

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

 a { background-color: rgb(95,107,112); }

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

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

 span { border-color: rgb(95,107,112); }

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