Html Css Color HEX #565F51 Battleship Grey

📋 copy color: '#565F51'

red 86 ◦ green 95 ◦ blue 81

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

Shades of Battleship Grey #565F51

Tints of Battleship Grey #565F51

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.26%

 BLUE value IS 81 (32.03% from 255) = 30.92%

R = 32.82%
G = 36.26%
B = 30.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#565F51 (or 0x565F51) is known color: Battleship Grey. HEX triplet: 56, 5F and 51. RGB value is (86,95,81). Sum of RGB (Red+Green+Blue) = 86+95+81=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 95 - color contains mainly: green. Hex color #565F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F51 is #A9A0AE. Grayscale: #5A5A5A. Windows color (decimal): -11116719 or 5332822. OLE color: 5332822.

HSL color Cylindrical-coordinate representation of color #565F51: hue angle of 98.57º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #565F51 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB 86 95 81 -
CMYK 0.09 0 0.15 0.63
HSL 98.57º 0.08% 0.35% -
HSV(B) 98.57º 0.15% 0.37% -
XYZ 9.42 10.76 9.36 -
YUV 90.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 86 95 81 0.09 0 0.15 0.63 98.57 0.08 0.35
Hex 56 5F 51 9 0 F 3F 63 8 23
Octal 126 137 121 11 0 17 77 143 10 43
Binary 1010110 1011111 1010001 1001 0 1111 111111 1100011 1000 100011

Color Harmonies of #565F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F51

Black with #565F51

Text Example


Text Example

White with #565F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,95,81); }

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

background-color css

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

 a { background-color: rgb(86,95,81); }

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

border-color css

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

 span { border-color: rgb(86,95,81); }

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