Html Css Color HEX #557076 Pale Sky

📋 copy color: '#557076'

red 85 ◦ green 112 ◦ blue 118

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

Shades of Pale Sky #557076

Tints of Pale Sky #557076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.56%

 BLUE value IS 118 (46.48% from 255) = 37.46%

R = 26.98%
G = 35.56%
B = 37.46%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#557076 (or 0x557076) is known color: Pale Sky. HEX triplet: 55, 70 and 76. RGB value is (85,112,118). Sum of RGB (Red+Green+Blue) = 85+112+118=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #557076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557076 is #AA8F89. Grayscale: #686868. Windows color (decimal): -11177866 or 7762005. OLE color: 7762005.

HSL color Cylindrical-coordinate representation of color #557076: hue angle of 190.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557076 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 112 118 -
CMYK 0.28 0.05 0 0.54
HSL 190.91º 0.16% 0.4% -
HSV(B) 190.91º 0.28% 0.46% -
XYZ 12.81 14.83 19.33 -
YUV 104.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 85 112 118 0.28 0.05 0 0.54 190.91 0.16 0.4
Hex 55 70 76 1C 5 0 36 BF 10 28
Octal 125 160 166 34 5 0 66 277 20 50
Binary 1010101 1110000 1110110 11100 101 0 110110 10111111 10000 101000

Color Harmonies of #557076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557076

Black with #557076

Text Example


Text Example

White with #557076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557076; }

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

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

background-color css

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

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

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

border-color css

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

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

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