Html Css Color HEX #545A52 Battleship Grey

📋 copy color: '#545A52'

red 84 ◦ green 90 ◦ blue 82

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

Shades of Battleship Grey #545A52

Tints of Battleship Grey #545A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

 BLUE value IS 82 (32.42% from 255) = 32.03%

R = 32.81%
G = 35.16%
B = 32.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#545A52 (or 0x545A52) is known color: Battleship Grey. HEX triplet: 54, 5A and 52. RGB value is (84,90,82). Sum of RGB (Red+Green+Blue) = 84+90+82=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 90 - color contains mainly: green. Hex color #545A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A52 is #ABA5AD. Grayscale: #575757. Windows color (decimal): -11249070 or 5397076. OLE color: 5397076.

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

Color convert

RGB 84 90 82 -
CMYK 0.07 0 0.09 0.65
HSL 105º 0.05% 0.34% -
HSV(B) 105º 0.09% 0.35% -
XYZ 8.84 9.81 9.41 -
YUV 87.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 84 90 82 0.07 0 0.09 0.65 105 0.05 0.34
Hex 54 5A 52 7 0 9 41 69 5 22
Octal 124 132 122 7 0 11 101 151 5 42
Binary 1010100 1011010 1010010 111 0 1001 1000001 1101001 101 100010

Color Harmonies of #545A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545A52

Black with #545A52

Text Example


Text Example

White with #545A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545A52; }

 p { color: rgb(84,90,82); }

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

background-color css

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

 a { background-color: rgb(84,90,82); }

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

border-color css

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

 span { border-color: rgb(84,90,82); }

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