Html Css Color HEX #545853 Battleship Grey

📋 copy color: '#545853'

red 84 ◦ green 88 ◦ blue 83

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

Shades of Battleship Grey #545853

Tints of Battleship Grey #545853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.51%

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

R = 32.94%
G = 34.51%
B = 32.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#545853 (or 0x545853) is known color: Battleship Grey. HEX triplet: 54, 58 and 53. RGB value is (84,88,83). Sum of RGB (Red+Green+Blue) = 84+88+83=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 88 - color contains mainly: green. Hex color #545853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545853 is #ABA7AC. Grayscale: #565656. Windows color (decimal): -11249581 or 5462100. OLE color: 5462100.

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

Color convert

RGB 84 88 83 -
CMYK 0.05 0 0.06 0.65
HSL 108º 0.03% 0.34% -
HSV(B) 108º 0.06% 0.35% -
XYZ 8.71 9.49 9.56 -
YUV 86.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 84 88 83 0.05 0 0.06 0.65 108 0.03 0.34
Hex 54 58 53 5 0 6 41 6C 3 22
Octal 124 130 123 5 0 6 101 154 3 42
Binary 1010100 1011000 1010011 101 0 110 1000001 1101100 11 100010

Color Harmonies of #545853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545853

Black with #545853

Text Example


Text Example

White with #545853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545853; }

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

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

background-color css

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

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

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

border-color css

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

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

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