Html Css Color HEX #565B52 Battleship Grey

📋 copy color: '#565B52'

red 86 ◦ green 91 ◦ blue 82

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

Shades of Battleship Grey #565B52

Tints of Battleship Grey #565B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.14%

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 33.2%
G = 35.14%
B = 31.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#565B52 (or 0x565B52) is known color: Battleship Grey. HEX triplet: 56, 5B and 52. RGB value is (86,91,82). Sum of RGB (Red+Green+Blue) = 86+91+82=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 91 - color contains mainly: green. Hex color #565B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B52 is #A9A4AD. Grayscale: #585858. Windows color (decimal): -11117742 or 5397334. OLE color: 5397334.

HSL color Cylindrical-coordinate representation of color #565B52: hue angle of 93.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #565B52 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 91 82 -
CMYK 0.05 0 0.10 0.64
HSL 93.33º 0.05% 0.34% -
HSV(B) 93.33º 0.1% 0.36% -
XYZ 9.1 10.07 9.45 -
YUV 88.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 86 91 82 0.05 0 0.10 0.64 93.33 0.05 0.34
Hex 56 5B 52 5 0 A 40 5D 5 22
Octal 126 133 122 5 0 12 100 135 5 42
Binary 1010110 1011011 1010010 101 0 1010 1000000 1011101 101 100010

Color Harmonies of #565B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565B52

Black with #565B52

Text Example


Text Example

White with #565B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565B52; }

 p { color: rgb(86,91,82); }

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

background-color css

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

 a { background-color: rgb(86,91,82); }

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

border-color css

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

 span { border-color: rgb(86,91,82); }

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