#566572

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

Shades of Shuttle Grey #566572

Tints of Shuttle Grey #566572

Color information

#566572 (or 0x566572) is unknown color: approx Shuttle Grey. HEX triplet: 56, 65 and 72. RGB value is (86,101,114). Sum of RGB (Red+Green+Blue) = 86+101+114=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 114 - color contains mainly: blue. Hex color #566572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566572 is #A99A8D. Grayscale: #616161. Windows color (decimal): -11115150 or 7497046. OLE color: 7497046.

HSL color Cylindrical-coordinate representation of color #566572: hue angle of 207.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #566572 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB86101114-
CMYK0.250.1100.55
HSL207.86º14%39.22%-
HSV(B)207.86º24.56%44.71%-
XYZ11.5312.517.72-
YUV98137.03119.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=28.57%
G=33.55%
B=37.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861011140.250.1100.55207.861439.22
Hex56657219B037d0e27
Octal12614516231130673201647
Binary1010110110010111100101100110110110111110100001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566572; }

 p { color: rgb(86,101,114); }

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

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

 a { background-color: rgb(86,101,114); }

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

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

 span { border-color: rgb(86,101,114); }

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