Html Css Color HEX #545953 Battleship Grey

📋 copy color: '#545953'

red 84 ◦ green 89 ◦ blue 83

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

Shades of Battleship Grey #545953

Tints of Battleship Grey #545953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.77%

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

R = 32.81%
G = 34.77%
B = 32.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#545953 (or 0x545953) is known color: Battleship Grey. HEX triplet: 54, 59 and 53. RGB value is (84,89,83). Sum of RGB (Red+Green+Blue) = 84+89+83=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 89 - color contains mainly: green. Hex color #545953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545953 is #ABA6AC. Grayscale: #565656. Windows color (decimal): -11249325 or 5462356. OLE color: 5462356.

HSL color Cylindrical-coordinate representation of color #545953: hue angle of 110º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #545953 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 89 83 -
CMYK 0.06 0 0.07 0.65
HSL 110º 0.03% 0.34% -
HSV(B) 110º 0.07% 0.35% -
XYZ 8.79 9.65 9.58 -
YUV 86.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 84 89 83 0.06 0 0.07 0.65 110 0.03 0.34
Hex 54 59 53 6 0 7 41 6E 3 22
Octal 124 131 123 6 0 7 101 156 3 42
Binary 1010100 1011001 1010011 110 0 111 1000001 1101110 11 100010

Color Harmonies of #545953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545953

Black with #545953

Text Example


Text Example

White with #545953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545953; }

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

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

background-color css

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

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

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

border-color css

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

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

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