#566172

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

Shades of Shuttle Grey #566172

Tints of Shuttle Grey #566172

Color information

#566172 (or 0x566172) is unknown color: approx Shuttle Grey. HEX triplet: 56, 61 and 72. RGB value is (86,97,114). Sum of RGB (Red+Green+Blue) = 86+97+114=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #566172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566172 is #A99E8D. Grayscale: #5F5F5F. Windows color (decimal): -11116174 or 7496022. OLE color: 7496022.

HSL color Cylindrical-coordinate representation of color #566172: hue angle of 216.43º 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 #566172 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8697114-
CMYK0.250.1500.55
HSL216.43º14%39.22%-
HSV(B)216.43º24.56%44.71%-
XYZ11.1511.7417.6-
YUV95.65138.36121.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=28.96%
G=32.66%
B=38.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86971140.250.1500.55216.431439.22
Hex56617219F037d8e27
Octal12614116231170673301647
Binary1010110110000111100101100111110110111110110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566172; }

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

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

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

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

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

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

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

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