Html Css Color HEX #576475 Shuttle Grey

📋 copy color: '#576475'

red 87 ◦ green 100 ◦ blue 117

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

Shades of Shuttle Grey #576475

Tints of Shuttle Grey #576475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.89%

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

R = 28.62%
G = 32.89%
B = 38.49%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#576475 (or 0x576475) is known color: Shuttle Grey. HEX triplet: 57, 64 and 75. RGB value is (87,100,117). Sum of RGB (Red+Green+Blue) = 87+100+117=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: blue. Hex color #576475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576475 is #A89B8A. Grayscale: #616161. Windows color (decimal): -11049867 or 7693399. OLE color: 7693399.

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

Color convert

RGB 87 100 117 -
CMYK 0.26 0.15 0 0.54
HSL 214º 0.15% 0.4% -
HSV(B) 214º 0.26% 0.46% -
XYZ 11.7 12.42 18.61 -
YUV 98.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 87 100 117 0.26 0.15 0 0.54 214 0.15 0.4
Hex 57 64 75 1A F 0 36 D6 F 28
Octal 127 144 165 32 17 0 66 326 17 50
Binary 1010111 1100100 1110101 11010 1111 0 110110 11010110 1111 101000

Color Harmonies of #576475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576475

Black with #576475

Text Example


Text Example

White with #576475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576475; }

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

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

background-color css

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

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

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

border-color css

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

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

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