Html Css Color HEX #565C54 Battleship Grey

📋 copy color: '#565C54'

red 86 ◦ green 92 ◦ blue 84

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

Shades of Battleship Grey #565C54

Tints of Battleship Grey #565C54

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.11%

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

R = 32.82%
G = 35.11%
B = 32.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#565C54 (or 0x565C54) is known color: Battleship Grey. HEX triplet: 56, 5C and 54. RGB value is (86,92,84). Sum of RGB (Red+Green+Blue) = 86+92+84=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 92 - color contains mainly: green. Hex color #565C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C54 is #A9A3AB. Grayscale: #595959. Windows color (decimal): -11117484 or 5528662. OLE color: 5528662.

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

Color convert

RGB 86 92 84 -
CMYK 0.07 0 0.09 0.64
HSL 105º 0.05% 0.35% -
HSV(B) 105º 0.09% 0.36% -
XYZ 9.27 10.27 9.88 -
YUV 89.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 86 92 84 0.07 0 0.09 0.64 105 0.05 0.35
Hex 56 5C 54 7 0 9 40 69 5 23
Octal 126 134 124 7 0 11 100 151 5 43
Binary 1010110 1011100 1010100 111 0 1001 1000000 1101001 101 100011

Color Harmonies of #565C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C54

Black with #565C54

Text Example


Text Example

White with #565C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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