#566570

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

Shades of Shuttle Grey #566570

Tints of Shuttle Grey #566570

Color information

#566570 (or 0x566570) is unknown color: approx Shuttle Grey. HEX triplet: 56, 65 and 70. RGB value is (86,101,112). Sum of RGB (Red+Green+Blue) = 86+101+112=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #566570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566570 is #A99A8F. Grayscale: #616161. Windows color (decimal): -11115152 or 7365974. OLE color: 7365974.

HSL color Cylindrical-coordinate representation of color #566570: hue angle of 205.38º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #566570 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB86101112-
CMYK0.230.1000.56
HSL205.38º13.13%38.82%-
HSV(B)205.38º23.21%43.92%-
XYZ11.4212.4617.13-
YUV97.77136.03119.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=28.76%
G=33.78%
B=37.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861011120.230.1000.56205.3813.1338.82
Hex56657017A038cdd27
Octal12614516027120703151547
Binary1010110110010111100001011110100111000110011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566570; }

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

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

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

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

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

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

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

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