Html Css Color HEX #566053 Battleship Grey

📋 copy color: '#566053'

red 86 ◦ green 96 ◦ blue 83

#566053
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Battleship Grey #566053

Tints of Battleship Grey #566053

RGB

 RED value IS 86 (33.98% from 255) = 32.45%

 GREEN value IS 96 (37.89% from 255) = 36.23%

 BLUE value IS 83 (32.81% from 255) = 31.32%

R = 32.45%
G = 36.23%
B = 31.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#566053 (or 0x566053) is known color: Battleship Grey. HEX triplet: 56, 60 and 53. RGB value is (86,96,83). Sum of RGB (Red+Green+Blue) = 86+96+83=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #566053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566053 is #A99FAC. Grayscale: #5B5B5B. Windows color (decimal): -11116461 or 5464150. OLE color: 5464150.

HSL color Cylindrical-coordinate representation of color #566053: hue angle of 106.15º degrees, saturation: 0.07, 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 #566053 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 96 83 -
CMYK 0.10 0 0.14 0.62
HSL 106.15º 0.07% 0.35% -
HSV(B) 106.15º 0.14% 0.38% -
XYZ 9.58 10.97 9.8 -
YUV 91.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 86 96 83 0.10 0 0.14 0.62 106.15 0.07 0.35
Hex 56 60 53 A 0 E 3E 6A 7 23
Octal 126 140 123 12 0 16 76 152 7 43
Binary 1010110 1100000 1010011 1010 0 1110 111110 1101010 111 100011

Color Harmonies of #566053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566053

Black with #566053

Text Example


Text Example

White with #566053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566053; }

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

 H1.HeaderClassName
 {
   color: #566053;
 }
 .AnyTagClassName
 {
   color: #566053;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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