Html Css Color HEX #557175 Pale Sky

📋 copy color: '#557175'

red 85 ◦ green 113 ◦ blue 117

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

Shades of Pale Sky #557175

Tints of Pale Sky #557175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

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

R = 26.98%
G = 35.87%
B = 37.14%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#557175 (or 0x557175) is known color: Pale Sky. HEX triplet: 55, 71 and 75. RGB value is (85,113,117). Sum of RGB (Red+Green+Blue) = 85+113+117=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #557175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557175 is #AA8E8A. Grayscale: #696969. Windows color (decimal): -11177611 or 7696725. OLE color: 7696725.

HSL color Cylindrical-coordinate representation of color #557175: hue angle of 187.5º 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 #557175 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 113 117 -
CMYK 0.27 0.03 0 0.54
HSL 187.5º 0.16% 0.4% -
HSV(B) 187.5º 0.27% 0.46% -
XYZ 12.86 15.03 19.05 -
YUV 105.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 85 113 117 0.27 0.03 0 0.54 187.5 0.16 0.4
Hex 55 71 75 1B 3 0 36 BC 10 28
Octal 125 161 165 33 3 0 66 274 20 50
Binary 1010101 1110001 1110101 11011 11 0 110110 10111100 10000 101000

Color Harmonies of #557175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557175

Black with #557175

Text Example


Text Example

White with #557175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557175; }

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

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

background-color css

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

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

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

border-color css

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

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

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