Html Css Color HEX #556870 Pale Sky

📋 copy color: '#556870'

red 85 ◦ green 104 ◦ blue 112

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

Shades of Pale Sky #556870

Tints of Pale Sky #556870

RGB

 RED value IS 85 (33.59% from 255) = 28.24%

 GREEN value IS 104 (41.02% from 255) = 34.55%

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 28.24%
G = 34.55%
B = 37.21%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#556870 (or 0x556870) is known color: Pale Sky. HEX triplet: 55, 68 and 70. RGB value is (85,104,112). Sum of RGB (Red+Green+Blue) = 85+104+112=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #556870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556870 is #AA978F. Grayscale: #636363. Windows color (decimal): -11179920 or 7366741. OLE color: 7366741.

HSL color Cylindrical-coordinate representation of color #556870: hue angle of 197.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #556870 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 104 112 -
CMYK 0.24 0.07 0 0.56
HSL 197.78º 0.14% 0.39% -
HSV(B) 197.78º 0.24% 0.44% -
XYZ 11.62 13 17.23 -
YUV 99.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 85 104 112 0.24 0.07 0 0.56 197.78 0.14 0.39
Hex 55 68 70 18 7 0 38 C6 E 27
Octal 125 150 160 30 7 0 70 306 16 47
Binary 1010101 1101000 1110000 11000 111 0 111000 11000110 1110 100111

Color Harmonies of #556870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556870

Black with #556870

Text Example


Text Example

White with #556870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556870; }

 p { color: rgb(85,104,112); }

 H1.HeaderClassName
 {
   color: #556870;
 }
 .AnyTagClassName
 {
   color: #556870;
 }
</style>

background-color css

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

 a { background-color: rgb(85,104,112); }

 div.DivClassName
 {
   background-color: #556870;
 }
 .BgClassName
 {
   background-color: #556870;
 }
</style>

border-color css

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

 span { border-color: rgb(85,104,112); }

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