#575F66

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

Shades of Shuttle Grey #575F66

Tints of Shuttle Grey #575F66

Color information

#575F66 (or 0x575F66) is unknown color: approx Shuttle Grey. HEX triplet: 57, 5F and 66. RGB value is (87,95,102). Sum of RGB (Red+Green+Blue) = 87+95+102=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 102 - color contains mainly: blue. Hex color #575F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F66 is #A8A099. Grayscale: #5D5D5D. Windows color (decimal): -11051162 or 6709079. OLE color: 6709079.

HSL color Cylindrical-coordinate representation of color #575F66: hue angle of 208º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #575F66 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8795102-
CMYK0.150.0700.6
HSL208º7.94%37.06%-
HSV(B)208º14.71%40%-
XYZ10.4211.1714.18-
YUV93.41132.85123.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.63%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=30.63%
G=33.45%
B=35.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal87951020.150.0700.62087.9437.06
Hex575F66F703Cd0825
Octal1271371461770743201045
Binary10101111011111110011011111110111100110100001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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