Html Css Color HEX #557073 Pale Sky

📋 copy color: '#557073'

red 85 ◦ green 112 ◦ blue 115

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

Shades of Pale Sky #557073

Tints of Pale Sky #557073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 27.24%
G = 35.9%
B = 36.86%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#557073 (or 0x557073) is known color: Pale Sky. HEX triplet: 55, 70 and 73. RGB value is (85,112,115). Sum of RGB (Red+Green+Blue) = 85+112+115=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #557073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557073 is #AA8F8C. Grayscale: #686868. Windows color (decimal): -11177869 or 7565397. OLE color: 7565397.

HSL color Cylindrical-coordinate representation of color #557073: hue angle of 186º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #557073 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 112 115 -
CMYK 0.26 0.03 0 0.55
HSL 186º 0.15% 0.39% -
HSV(B) 186º 0.26% 0.45% -
XYZ 12.64 14.76 18.4 -
YUV 104.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 85 112 115 0.26 0.03 0 0.55 186 0.15 0.39
Hex 55 70 73 1A 3 0 37 BA F 27
Octal 125 160 163 32 3 0 67 272 17 47
Binary 1010101 1110000 1110011 11010 11 0 110111 10111010 1111 100111

Color Harmonies of #557073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557073

Black with #557073

Text Example


Text Example

White with #557073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557073; }

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

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

background-color css

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

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

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

border-color css

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

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

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