#566153

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

Shades of Battleship Grey #566153

Tints of Battleship Grey #566153

Color information

#566153 (or 0x566153) is unknown color: approx Battleship Grey. HEX triplet: 56, 61 and 53. RGB value is (86,97,83). Sum of RGB (Red+Green+Blue) = 86+97+83=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 97 - color contains mainly: green. Hex color #566153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566153 is #A99EAC. Grayscale: #5C5C5C. Windows color (decimal): -11116205 or 5464406. OLE color: 5464406.

HSL color Cylindrical-coordinate representation of color #566153: hue angle of 107.14º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #566153 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB869783-
CMYK0.1100.140.62
HSL107.14º7.78%35.29%-
HSV(B)107.14º14.43%38.04%-
XYZ9.6711.159.83-
YUV92.12122.86123.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=32.33%
G=36.47%
B=31.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697830.1100.140.62107.147.7835.29
Hex566153B0E3E6b823
Octal12614112313016761531043
Binary10101101100001101001110110111011111011010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566153; }

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

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

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

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

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

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

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

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