#575F69

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

Shades of Shuttle Grey #575F69

Tints of Shuttle Grey #575F69

Color information

#575F69 (or 0x575F69) is unknown color: approx Shuttle Grey. HEX triplet: 57, 5F and 69. RGB value is (87,95,105). Sum of RGB (Red+Green+Blue) = 87+95+105=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #575F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F69 is #A8A096. Grayscale: #5D5D5D. Windows color (decimal): -11051159 or 6905687. OLE color: 6905687.

HSL color Cylindrical-coordinate representation of color #575F69: hue angle of 213.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #575F69 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8795105-
CMYK0.170.1000.59
HSL213.33º9.37%37.65%-
HSV(B)213.33º17.14%41.18%-
XYZ10.5711.2314.98-
YUV93.75134.35123.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=30.31%
G=33.10%
B=36.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87951050.170.1000.59213.339.3737.65
Hex575F6911A03Bd5926
Octal12713715121120733251146
Binary1010111101111111010011000110100111011110101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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