Html Css Color HEX #525851 Battleship Grey

📋 copy color: '#525851'

red 82 ◦ green 88 ◦ blue 81

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

Shades of Battleship Grey #525851

Tints of Battleship Grey #525851

RGB

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

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

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

R = 32.67%
G = 35.06%
B = 32.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#525851 (or 0x525851) is known color: Battleship Grey. HEX triplet: 52, 58 and 51. RGB value is (82,88,81). Sum of RGB (Red+Green+Blue) = 82+88+81=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 88 - color contains mainly: green. Hex color #525851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525851 is #ADA7AE. Grayscale: #555555. Windows color (decimal): -11380655 or 5331026. OLE color: 5331026.

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

Color convert

RGB 82 88 81 -
CMYK 0.07 0 0.08 0.65
HSL 111.43º 0.04% 0.33% -
HSV(B) 111.43º 0.08% 0.35% -
XYZ 8.45 9.37 9.15 -
YUV 85.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 82 88 81 0.07 0 0.08 0.65 111.43 0.04 0.33
Hex 52 58 51 7 0 8 41 6F 4 21
Octal 122 130 121 7 0 10 101 157 4 41
Binary 1010010 1011000 1010001 111 0 1000 1000001 1101111 100 100001

Color Harmonies of #525851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525851

Black with #525851

Text Example


Text Example

White with #525851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525851; }

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

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

background-color css

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

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

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

border-color css

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

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

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