Html Css Color HEX #565B54 Battleship Grey

📋 copy color: '#565B54'

red 86 ◦ green 91 ◦ blue 84

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

Shades of Battleship Grey #565B54

Tints of Battleship Grey #565B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.18%

R = 32.95%
G = 34.87%
B = 32.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#565B54 (or 0x565B54) is known color: Battleship Grey. HEX triplet: 56, 5B and 54. RGB value is (86,91,84). Sum of RGB (Red+Green+Blue) = 86+91+84=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 91 - color contains mainly: green. Hex color #565B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B54 is #A9A4AB. Grayscale: #585858. Windows color (decimal): -11117740 or 5528406. OLE color: 5528406.

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

Color convert

RGB 86 91 84 -
CMYK 0.05 0 0.08 0.64
HSL 102.86º 0.04% 0.34% -
HSV(B) 102.86º 0.08% 0.36% -
XYZ 9.18 10.1 9.85 -
YUV 88.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 86 91 84 0.05 0 0.08 0.64 102.86 0.04 0.34
Hex 56 5B 54 5 0 8 40 67 4 22
Octal 126 133 124 5 0 10 100 147 4 42
Binary 1010110 1011011 1010100 101 0 1000 1000000 1100111 100 100010

Color Harmonies of #565B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565B54

Black with #565B54

Text Example


Text Example

White with #565B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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