Html Css Color HEX #557075 Pale Sky

📋 copy color: '#557075'

red 85 ◦ green 112 ◦ blue 117

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

Shades of Pale Sky #557075

Tints of Pale Sky #557075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 27.07%
G = 35.67%
B = 37.26%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#557075 (or 0x557075) is known color: Pale Sky. HEX triplet: 55, 70 and 75. RGB value is (85,112,117). Sum of RGB (Red+Green+Blue) = 85+112+117=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 117 - color contains mainly: blue. Hex color #557075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557075 is #AA8F8A. Grayscale: #686868. Windows color (decimal): -11177867 or 7696469. OLE color: 7696469.

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

Color convert

RGB 85 112 117 -
CMYK 0.27 0.04 0 0.54
HSL 189.38º 0.16% 0.4% -
HSV(B) 189.38º 0.27% 0.46% -
XYZ 12.75 14.8 19.02 -
YUV 104.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 85 112 117 0.27 0.04 0 0.54 189.38 0.16 0.4
Hex 55 70 75 1B 4 0 36 BD 10 28
Octal 125 160 165 33 4 0 66 275 20 50
Binary 1010101 1110000 1110101 11011 100 0 110110 10111101 10000 101000

Color Harmonies of #557075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557075

Black with #557075

Text Example


Text Example

White with #557075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557075; }

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

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

background-color css

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

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

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

border-color css

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

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

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