Html Css Color HEX #566253 Battleship Grey

📋 copy color: '#566253'

red 86 ◦ green 98 ◦ blue 83

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

Shades of Battleship Grey #566253

Tints of Battleship Grey #566253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

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

R = 32.21%
G = 36.7%
B = 31.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#566253 (or 0x566253) is known color: Battleship Grey. HEX triplet: 56, 62 and 53. RGB value is (86,98,83). Sum of RGB (Red+Green+Blue) = 86+98+83=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #566253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566253 is #A99DAC. Grayscale: #5C5C5C. Windows color (decimal): -11115949 or 5464662. OLE color: 5464662.

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

Color convert

RGB 86 98 83 -
CMYK 0.12 0 0.15 0.62
HSL 108º 0.08% 0.35% -
HSV(B) 108º 0.15% 0.38% -
XYZ 9.77 11.34 9.86 -
YUV 92.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 86 98 83 0.12 0 0.15 0.62 108 0.08 0.35
Hex 56 62 53 C 0 F 3E 6C 8 23
Octal 126 142 123 14 0 17 76 154 10 43
Binary 1010110 1100010 1010011 1100 0 1111 111110 1101100 1000 100011

Color Harmonies of #566253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566253

Black with #566253

Text Example


Text Example

White with #566253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566253; }

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

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

background-color css

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

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

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

border-color css

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

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

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