Html Css Color HEX #545752 Battleship Grey

📋 copy color: '#545752'

red 84 ◦ green 87 ◦ blue 82

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

Shades of Battleship Grey #545752

Tints of Battleship Grey #545752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.39%

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

R = 33.2%
G = 34.39%
B = 32.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#545752 (or 0x545752) is known color: Battleship Grey. HEX triplet: 54, 57 and 52. RGB value is (84,87,82). Sum of RGB (Red+Green+Blue) = 84+87+82=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 87 - color contains mainly: green. Hex color #545752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545752 is #ABA8AD. Grayscale: #555555. Windows color (decimal): -11249838 or 5396308. OLE color: 5396308.

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

Color convert

RGB 84 87 82 -
CMYK 0.03 0 0.06 0.66
HSL 96º 0.03% 0.33% -
HSV(B) 96º 0.06% 0.34% -
XYZ 8.59 9.31 9.33 -
YUV 85.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 84 87 82 0.03 0 0.06 0.66 96 0.03 0.33
Hex 54 57 52 3 0 6 42 60 3 21
Octal 124 127 122 3 0 6 102 140 3 41
Binary 1010100 1010111 1010010 11 0 110 1000010 1100000 11 100001

Color Harmonies of #545752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545752

Black with #545752

Text Example


Text Example

White with #545752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545752; }

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

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

background-color css

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

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

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

border-color css

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

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

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