Html Css Color HEX #576D75 Pale Sky

📋 copy color: '#576D75'

red 87 ◦ green 109 ◦ blue 117

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

Shades of Pale Sky #576D75

Tints of Pale Sky #576D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

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

R = 27.8%
G = 34.82%
B = 37.38%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#576D75 (or 0x576D75) is known color: Pale Sky. HEX triplet: 57, 6D and 75. RGB value is (87,109,117). Sum of RGB (Red+Green+Blue) = 87+109+117=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #576D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576D75 is #A8928A. Grayscale: #676767. Windows color (decimal): -11047563 or 7695703. OLE color: 7695703.

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

Color convert

RGB 87 109 117 -
CMYK 0.26 0.07 0 0.54
HSL 196º 0.15% 0.4% -
HSV(B) 196º 0.26% 0.46% -
XYZ 12.61 14.25 18.92 -
YUV 103.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 87 109 117 0.26 0.07 0 0.54 196 0.15 0.4
Hex 57 6D 75 1A 7 0 36 C4 F 28
Octal 127 155 165 32 7 0 66 304 17 50
Binary 1010111 1101101 1110101 11010 111 0 110110 11000100 1111 101000

Color Harmonies of #576D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576D75

Black with #576D75

Text Example


Text Example

White with #576D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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