Html Css Color HEX #545852 Battleship Grey

📋 copy color: '#545852'

red 84 ◦ green 88 ◦ blue 82

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

Shades of Battleship Grey #545852

Tints of Battleship Grey #545852

RGB

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

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

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

R = 33.07%
G = 34.65%
B = 32.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#545852 (or 0x545852) is known color: Battleship Grey. HEX triplet: 54, 58 and 52. RGB value is (84,88,82). Sum of RGB (Red+Green+Blue) = 84+88+82=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 88 - color contains mainly: green. Hex color #545852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545852 is #ABA7AD. Grayscale: #565656. Windows color (decimal): -11249582 or 5396564. OLE color: 5396564.

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

Color convert

RGB 84 88 82 -
CMYK 0.05 0 0.07 0.65
HSL 100º 0.04% 0.33% -
HSV(B) 100º 0.07% 0.35% -
XYZ 8.67 9.47 9.35 -
YUV 86.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 84 88 82 0.05 0 0.07 0.65 100 0.04 0.33
Hex 54 58 52 5 0 7 41 64 4 21
Octal 124 130 122 5 0 7 101 144 4 41
Binary 1010100 1011000 1010010 101 0 111 1000001 1100100 100 100001

Color Harmonies of #545852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545852

Black with #545852

Text Example


Text Example

White with #545852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545852; }

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

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

background-color css

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

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

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

border-color css

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

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

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