Html Css Color HEX #576270 Shuttle Grey

📋 copy color: '#576270'

red 87 ◦ green 98 ◦ blue 112

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

Shades of Shuttle Grey #576270

Tints of Shuttle Grey #576270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.71%

R = 29.29%
G = 33%
B = 37.71%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#576270 (or 0x576270) is known color: Shuttle Grey. HEX triplet: 57, 62 and 70. RGB value is (87,98,112). Sum of RGB (Red+Green+Blue) = 87+98+112=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: blue. Hex color #576270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576270 is #A89D8F. Grayscale: #606060. Windows color (decimal): -11050384 or 7365207. OLE color: 7365207.

HSL color Cylindrical-coordinate representation of color #576270: hue angle of 213.6º degrees, saturation: 0.13, 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 #576270 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 98 112 -
CMYK 0.22 0.13 0 0.56
HSL 213.6º 0.13% 0.39% -
HSV(B) 213.6º 0.22% 0.44% -
XYZ 11.22 11.93 17.04 -
YUV 96.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 87 98 112 0.22 0.13 0 0.56 213.6 0.13 0.39
Hex 57 62 70 16 D 0 38 D6 D 27
Octal 127 142 160 26 15 0 70 326 15 47
Binary 1010111 1100010 1110000 10110 1101 0 111000 11010110 1101 100111

Color Harmonies of #576270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576270

Black with #576270

Text Example


Text Example

White with #576270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576270; }

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

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

background-color css

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

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

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

border-color css

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

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

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