Html Css Color HEX #576272 Shuttle Grey

📋 copy color: '#576272'

red 87 ◦ green 98 ◦ blue 114

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

Shades of Shuttle Grey #576272

Tints of Shuttle Grey #576272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

 BLUE value IS 114 (44.92% from 255) = 38.13%

R = 29.1%
G = 32.78%
B = 38.13%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#576272 (or 0x576272) is known color: Shuttle Grey. HEX triplet: 57, 62 and 72. RGB value is (87,98,114). Sum of RGB (Red+Green+Blue) = 87+98+114=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #576272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576272 is #A89D8D. Grayscale: #606060. Windows color (decimal): -11050382 or 7496279. OLE color: 7496279.

HSL color Cylindrical-coordinate representation of color #576272: hue angle of 215.56º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #576272 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 98 114 -
CMYK 0.24 0.14 0 0.55
HSL 215.56º 0.13% 0.39% -
HSV(B) 215.56º 0.24% 0.45% -
XYZ 11.34 11.98 17.63 -
YUV 96.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 87 98 114 0.24 0.14 0 0.55 215.56 0.13 0.39
Hex 57 62 72 18 E 0 37 D8 D 27
Octal 127 142 162 30 16 0 67 330 15 47
Binary 1010111 1100010 1110010 11000 1110 0 110111 11011000 1101 100111

Color Harmonies of #576272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576272

Black with #576272

Text Example


Text Example

White with #576272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576272; }

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

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

background-color css

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

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

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

border-color css

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

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

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