Html Css Color HEX #545653 Battleship Grey

📋 copy color: '#545653'

red 84 ◦ green 86 ◦ blue 83

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

Shades of Battleship Grey #545653

Tints of Battleship Grey #545653

RGB

 RED value IS 84 (33.2% from 255) = 33.2%

 GREEN value IS 86 (33.98% from 255) = 33.99%

 BLUE value IS 83 (32.81% from 255) = 32.81%

R = 33.2%
G = 33.99%
B = 32.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#545653 (or 0x545653) is known color: Battleship Grey. HEX triplet: 54, 56 and 53. RGB value is (84,86,83). Sum of RGB (Red+Green+Blue) = 84+86+83=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 86 - color contains mainly: green. Hex color #545653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545653 is #ABA9AC. Grayscale: #555555. Windows color (decimal): -11250093 or 5461588. OLE color: 5461588.

HSL color Cylindrical-coordinate representation of color #545653: hue angle of 100º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #545653 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 84 86 83 -
CMYK 0.02 0 0.03 0.66
HSL 100º 0.02% 0.33% -
HSV(B) 100º 0.03% 0.34% -
XYZ 8.55 9.16 9.5 -
YUV 85.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 84 86 83 0.02 0 0.03 0.66 100 0.02 0.33
Hex 54 56 53 2 0 3 42 64 2 21
Octal 124 126 123 2 0 3 102 144 2 41
Binary 1010100 1010110 1010011 10 0 11 1000010 1100100 10 100001

Color Harmonies of #545653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545653

Black with #545653

Text Example


Text Example

White with #545653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545653; }

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

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

background-color css

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

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

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

border-color css

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

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

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