Html Css Color HEX #525751 Battleship Grey

📋 copy color: '#525751'

red 82 ◦ green 87 ◦ blue 81

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

Shades of Battleship Grey #525751

Tints of Battleship Grey #525751

RGB

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

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

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

R = 32.8%
G = 34.8%
B = 32.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#525751 (or 0x525751) is known color: Battleship Grey. HEX triplet: 52, 57 and 51. RGB value is (82,87,81). Sum of RGB (Red+Green+Blue) = 82+87+81=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 87 - color contains mainly: green. Hex color #525751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525751 is #ADA8AE. Grayscale: #545454. Windows color (decimal): -11380911 or 5330770. OLE color: 5330770.

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

Color convert

RGB 82 87 81 -
CMYK 0.06 0 0.07 0.66
HSL 110º 0.04% 0.33% -
HSV(B) 110º 0.07% 0.34% -
XYZ 8.37 9.2 9.12 -
YUV 84.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 82 87 81 0.06 0 0.07 0.66 110 0.04 0.33
Hex 52 57 51 6 0 7 42 6E 4 21
Octal 122 127 121 6 0 7 102 156 4 41
Binary 1010010 1010111 1010001 110 0 111 1000010 1101110 100 100001

Color Harmonies of #525751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525751

Black with #525751

Text Example


Text Example

White with #525751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525751; }

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

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

background-color css

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

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

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

border-color css

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

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

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