Html Css Color HEX #576F75 Pale Sky

📋 copy color: '#576F75'

red 87 ◦ green 111 ◦ blue 117

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

Shades of Pale Sky #576F75

Tints of Pale Sky #576F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.24%

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

R = 27.62%
G = 35.24%
B = 37.14%

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

#576F75 (or 0x576F75) is known color: Pale Sky. HEX triplet: 57, 6F and 75. RGB value is (87,111,117). Sum of RGB (Red+Green+Blue) = 87+111+117=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #576F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F75 is #A8908A. Grayscale: #686868. Windows color (decimal): -11047051 or 7696215. OLE color: 7696215.

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

Color convert

RGB 87 111 117 -
CMYK 0.26 0.05 0 0.54
HSL 192º 0.15% 0.4% -
HSV(B) 192º 0.26% 0.46% -
XYZ 12.83 14.68 18.99 -
YUV 104.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 87 111 117 0.26 0.05 0 0.54 192 0.15 0.4
Hex 57 6F 75 1A 5 0 36 C0 F 28
Octal 127 157 165 32 5 0 66 300 17 50
Binary 1010111 1101111 1110101 11010 101 0 110110 11000000 1111 101000

Color Harmonies of #576F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F75

Black with #576F75

Text Example


Text Example

White with #576F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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