#575F6A

Color #575F6A Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #575F6A

Tints of Shuttle Grey #575F6A

Color information

#575F6A (or 0x575F6A) is unknown color: approx Shuttle Grey. HEX triplet: 57, 5F and 6A. RGB value is (87,95,106). Sum of RGB (Red+Green+Blue) = 87+95+106=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #575F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F6A is #A8A095. Grayscale: #5D5D5D. Windows color (decimal): -11051158 or 6971223. OLE color: 6971223.

HSL color Cylindrical-coordinate representation of color #575F6A: hue angle of 214.74º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #575F6A is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8795106-
CMYK0.180.1000.58
HSL214.74º9.84%37.84%-
HSV(B)214.74º17.92%41.57%-
XYZ10.6211.2515.25-
YUV93.86134.85123.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=30.21%
G=32.99%
B=36.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87951060.180.1000.58214.749.8437.84
Hex575F6A12A03Ad7a26
Octal12713715222120723271246
Binary1010111101111111010101001010100111010110101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575F6A; }

 p { color: rgb(87,95,106); }

 H1.HeaderClassName
 {
   color: #575F6A;
 }
 .AnyTagClassName
 {
   color: #575F6A;
 }
</style>
background-color css

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

 a { background-color: rgb(87,95,106); }

 div.DivClassName
 {
   background-color: #575F6A;
 }
 .BgClassName
 {
   background-color: #575F6A;
 }
</style>
border-color css

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

 span { border-color: rgb(87,95,106); }

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