Html Css Color HEX #565D54 Battleship Grey

📋 copy color: '#565D54'

red 86 ◦ green 93 ◦ blue 84

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

Shades of Battleship Grey #565D54

Tints of Battleship Grey #565D54

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.36%

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

R = 32.7%
G = 35.36%
B = 31.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#565D54 (or 0x565D54) is known color: Battleship Grey. HEX triplet: 56, 5D and 54. RGB value is (86,93,84). Sum of RGB (Red+Green+Blue) = 86+93+84=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 93 - color contains mainly: green. Hex color #565D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D54 is #A9A2AB. Grayscale: #595959. Windows color (decimal): -11117228 or 5528918. OLE color: 5528918.

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

Color convert

RGB 86 93 84 -
CMYK 0.08 0 0.10 0.64
HSL 106.67º 0.05% 0.35% -
HSV(B) 106.67º 0.1% 0.36% -
XYZ 9.35 10.45 9.91 -
YUV 89.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 86 93 84 0.08 0 0.10 0.64 106.67 0.05 0.35
Hex 56 5D 54 8 0 A 40 6B 5 23
Octal 126 135 124 10 0 12 100 153 5 43
Binary 1010110 1011101 1010100 1000 0 1010 1000000 1101011 101 100011

Color Harmonies of #565D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565D54

Black with #565D54

Text Example


Text Example

White with #565D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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