Html Css Color HEX #5F6B70 Pale Sky

📋 copy color: '#5F6B70'

red 95 ◦ green 107 ◦ blue 112

#5F6B70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Sky #5F6B70

Tints of Pale Sky #5F6B70

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 value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5F6B70 (or 0x5F6B70) is known color: 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

RGB 95 107 112 -
CMYK 0.15 0.04 0 0.56
HSL 197.65º 0.08% 0.41% -
HSV(B) 197.65º 0.15% 0.44% -
XYZ 12.9 14.12 17.37 -
YUV 103.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 95 107 112 0.15 0.04 0 0.56 197.65 0.08 0.41
Hex 5F 6B 70 F 4 0 38 C6 8 29
Octal 137 153 160 17 4 0 70 306 10 51
Binary 1011111 1101011 1110000 1111 100 0 111000 11000110 1000 101001

Color Harmonies of #5F6B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6B70

Black with #5F6B70

Text Example


Text Example

White with #5F6B70

Text Example


Text Example

HTML Codes & Css Web 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>