Html Css Color HEX #525951 Battleship Grey

📋 copy color: '#525951'

red 82 ◦ green 89 ◦ blue 81

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

Shades of Battleship Grey #525951

Tints of Battleship Grey #525951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.32%

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

R = 32.54%
G = 35.32%
B = 32.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#525951 (or 0x525951) is known color: Battleship Grey. HEX triplet: 52, 59 and 51. RGB value is (82,89,81). Sum of RGB (Red+Green+Blue) = 82+89+81=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 89 - color contains mainly: green. Hex color #525951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525951 is #ADA6AE. Grayscale: #565656. Windows color (decimal): -11380399 or 5331282. OLE color: 5331282.

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

Color convert

RGB 82 89 81 -
CMYK 0.08 0 0.09 0.65
HSL 112.5º 0.05% 0.33% -
HSV(B) 112.5º 0.09% 0.35% -
XYZ 8.54 9.53 9.17 -
YUV 86 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 82 89 81 0.08 0 0.09 0.65 112.5 0.05 0.33
Hex 52 59 51 8 0 9 41 70 5 21
Octal 122 131 121 10 0 11 101 160 5 41
Binary 1010010 1011001 1010001 1000 0 1001 1000001 1110000 101 100001

Color Harmonies of #525951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525951

Black with #525951

Text Example


Text Example

White with #525951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525951; }

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

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

background-color css

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

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

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

border-color css

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

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

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