#575F6B

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

Shades of Shuttle Grey #575F6B

Tints of Shuttle Grey #575F6B

Color information

#575F6B (or 0x575F6B) is unknown color: approx Shuttle Grey. HEX triplet: 57, 5F and 6B. RGB value is (87,95,107). Sum of RGB (Red+Green+Blue) = 87+95+107=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 107 - color contains mainly: blue. Hex color #575F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F6B is #A8A094. Grayscale: #5D5D5D. Windows color (decimal): -11051157 or 7036759. OLE color: 7036759.

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

Color convert

RGB8795107-
CMYK0.190.1100.58
HSL216º10.31%38.04%-
HSV(B)216º18.69%41.96%-
XYZ10.6811.2715.52-
YUV93.98135.35123.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=30.10%
G=32.87%
B=37.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87951070.190.1100.5821610.3138.04
Hex575F6B13B03Ad8a26
Octal12713715323130723301246
Binary1010111101111111010111001110110111010110110001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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