Html Css Color HEX #577277 Pale Sky

📋 copy color: '#577277'

red 87 ◦ green 114 ◦ blue 119

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

Shades of Pale Sky #577277

Tints of Pale Sky #577277

RGB

 RED value IS 87 (34.38% from 255) = 27.19%

 GREEN value IS 114 (44.92% from 255) = 35.63%

 BLUE value IS 119 (46.88% from 255) = 37.19%

R = 27.19%
G = 35.63%
B = 37.19%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#577277 (or 0x577277) is known color: Pale Sky. HEX triplet: 57, 72 and 77. RGB value is (87,114,119). Sum of RGB (Red+Green+Blue) = 87+114+119=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #577277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577277 is #A88D88. Grayscale: #6A6A6A. Windows color (decimal): -11046281 or 7828055. OLE color: 7828055.

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

Color convert

RGB 87 114 119 -
CMYK 0.27 0.04 0 0.53
HSL 189.38º 0.16% 0.4% -
HSV(B) 189.38º 0.27% 0.47% -
XYZ 13.28 15.39 19.72 -
YUV 106.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 87 114 119 0.27 0.04 0 0.53 189.38 0.16 0.4
Hex 57 72 77 1B 4 0 35 BD 10 28
Octal 127 162 167 33 4 0 65 275 20 50
Binary 1010111 1110010 1110111 11011 100 0 110101 10111101 10000 101000

Color Harmonies of #577277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577277

Black with #577277

Text Example


Text Example

White with #577277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577277; }

 p { color: rgb(87,114,119); }

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

background-color css

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

 a { background-color: rgb(87,114,119); }

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

border-color css

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

 span { border-color: rgb(87,114,119); }

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