Html Css Color HEX #576A6F Pale Sky

📋 copy color: '#576A6F'

red 87 ◦ green 106 ◦ blue 111

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

Shades of Pale Sky #576A6F

Tints of Pale Sky #576A6F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.87%

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 28.62%
G = 34.87%
B = 36.51%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#576A6F (or 0x576A6F) is known color: Pale Sky. HEX triplet: 57, 6A and 6F. RGB value is (87,106,111). Sum of RGB (Red+Green+Blue) = 87+106+111=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 111 - color contains mainly: blue. Hex color #576A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576A6F is #A89590. Grayscale: #646464. Windows color (decimal): -11048337 or 7301719. OLE color: 7301719.

HSL color Cylindrical-coordinate representation of color #576A6F: hue angle of 192.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #576A6F is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 106 111 -
CMYK 0.22 0.05 0 0.56
HSL 192.5º 0.12% 0.39% -
HSV(B) 192.5º 0.22% 0.44% -
XYZ 11.95 13.48 17.01 -
YUV 100.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 87 106 111 0.22 0.05 0 0.56 192.5 0.12 0.39
Hex 57 6A 6F 16 5 0 38 C0 C 27
Octal 127 152 157 26 5 0 70 300 14 47
Binary 1010111 1101010 1101111 10110 101 0 111000 11000000 1100 100111

Color Harmonies of #576A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576A6F

Black with #576A6F

Text Example


Text Example

White with #576A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576A6F; }

 p { color: rgb(87,106,111); }

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

background-color css

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

 a { background-color: rgb(87,106,111); }

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

border-color css

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

 span { border-color: rgb(87,106,111); }

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