Html Css Color HEX #576F74 Pale Sky

📋 copy color: '#576F74'

red 87 ◦ green 111 ◦ blue 116

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

Shades of Pale Sky #576F74

Tints of Pale Sky #576F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 27.71%
G = 35.35%
B = 36.94%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#576F74 (or 0x576F74) is known color: Pale Sky. HEX triplet: 57, 6F and 74. RGB value is (87,111,116). Sum of RGB (Red+Green+Blue) = 87+111+116=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 116 - color contains mainly: blue. Hex color #576F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F74 is #A8908B. Grayscale: #686868. Windows color (decimal): -11047052 or 7630679. OLE color: 7630679.

HSL color Cylindrical-coordinate representation of color #576F74: hue angle of 190.34º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #576F74 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 111 116 -
CMYK 0.25 0.04 0 0.55
HSL 190.34º 0.14% 0.4% -
HSV(B) 190.34º 0.25% 0.45% -
XYZ 12.77 14.66 18.68 -
YUV 104.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 87 111 116 0.25 0.04 0 0.55 190.34 0.14 0.4
Hex 57 6F 74 19 4 0 37 BE E 28
Octal 127 157 164 31 4 0 67 276 16 50
Binary 1010111 1101111 1110100 11001 100 0 110111 10111110 1110 101000

Color Harmonies of #576F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F74

Black with #576F74

Text Example


Text Example

White with #576F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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