Html Css Color HEX #577275 Pale Sky

📋 copy color: '#577275'

red 87 ◦ green 114 ◦ blue 117

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

Shades of Pale Sky #577275

Tints of Pale Sky #577275

RGB

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

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

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

R = 27.36%
G = 35.85%
B = 36.79%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#577275 (or 0x577275) is known color: Pale Sky. HEX triplet: 57, 72 and 75. RGB value is (87,114,117). Sum of RGB (Red+Green+Blue) = 87+114+117=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #577275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577275 is #A88D8A. Grayscale: #6A6A6A. Windows color (decimal): -11046283 or 7696983. OLE color: 7696983.

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

Color convert

RGB 87 114 117 -
CMYK 0.26 0.03 0 0.54
HSL 186º 0.15% 0.4% -
HSV(B) 186º 0.26% 0.46% -
XYZ 13.16 15.35 19.1 -
YUV 106.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 87 114 117 0.26 0.03 0 0.54 186 0.15 0.4
Hex 57 72 75 1A 3 0 36 BA F 28
Octal 127 162 165 32 3 0 66 272 17 50
Binary 1010111 1110010 1110101 11010 11 0 110110 10111010 1111 101000

Color Harmonies of #577275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577275

Black with #577275

Text Example


Text Example

White with #577275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577275; }

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

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

background-color css

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

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

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

border-color css

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

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

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