Html Css Color HEX #525451 Battleship Grey

📋 copy color: '#525451'

red 82 ◦ green 84 ◦ blue 81

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

Shades of Battleship Grey #525451

Tints of Battleship Grey #525451

RGB

 RED value IS 82 (32.42% from 255) = 33.2%

 GREEN value IS 84 (33.2% from 255) = 34.01%

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 33.2%
G = 34.01%
B = 32.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#525451 (or 0x525451) is known color: Battleship Grey. HEX triplet: 52, 54 and 51. RGB value is (82,84,81). Sum of RGB (Red+Green+Blue) = 82+84+81=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 84 - color contains mainly: green. Hex color #525451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525451 is #ADABAE. Grayscale: #535353. Windows color (decimal): -11381679 or 5330002. OLE color: 5330002.

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

Color convert

RGB 82 84 81 -
CMYK 0.02 0 0.04 0.67
HSL 100º 0.02% 0.32% -
HSV(B) 100º 0.04% 0.33% -
XYZ 8.14 8.73 9.04 -
YUV 83.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 82 84 81 0.02 0 0.04 0.67 100 0.02 0.32
Hex 52 54 51 2 0 4 43 64 2 20
Octal 122 124 121 2 0 4 103 144 2 40
Binary 1010010 1010100 1010001 10 0 100 1000011 1100100 10 100000

Color Harmonies of #525451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525451

Black with #525451

Text Example


Text Example

White with #525451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525451; }

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

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

background-color css

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

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

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

border-color css

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

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

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