Html Css Color HEX #577076 Pale Sky

📋 copy color: '#577076'

red 87 ◦ green 112 ◦ blue 118

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

Shades of Pale Sky #577076

Tints of Pale Sky #577076

RGB

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

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

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

R = 27.44%
G = 35.33%
B = 37.22%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#577076 (or 0x577076) is known color: Pale Sky. HEX triplet: 57, 70 and 76. RGB value is (87,112,118). Sum of RGB (Red+Green+Blue) = 87+112+118=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #577076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577076 is #A88F89. Grayscale: #696969. Windows color (decimal): -11046794 or 7762007. OLE color: 7762007.

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

Color convert

RGB 87 112 118 -
CMYK 0.26 0.05 0 0.54
HSL 191.61º 0.15% 0.4% -
HSV(B) 191.61º 0.26% 0.46% -
XYZ 12.99 14.92 19.34 -
YUV 105.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 87 112 118 0.26 0.05 0 0.54 191.61 0.15 0.4
Hex 57 70 76 1A 5 0 36 C0 F 28
Octal 127 160 166 32 5 0 66 300 17 50
Binary 1010111 1110000 1110110 11010 101 0 110110 11000000 1111 101000

Color Harmonies of #577076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577076

Black with #577076

Text Example


Text Example

White with #577076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577076; }

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

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

background-color css

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

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

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

border-color css

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

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

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