Html Css Color HEX #525750 Battleship Grey

📋 copy color: '#525750'

red 82 ◦ green 87 ◦ blue 80

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

Shades of Battleship Grey #525750

Tints of Battleship Grey #525750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.13%

R = 32.93%
G = 34.94%
B = 32.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#525750 (or 0x525750) is known color: Battleship Grey. HEX triplet: 52, 57 and 50. RGB value is (82,87,80). Sum of RGB (Red+Green+Blue) = 82+87+80=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 87 - color contains mainly: green. Hex color #525750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525750 is #ADA8AF. Grayscale: #545454. Windows color (decimal): -11380912 or 5265234. OLE color: 5265234.

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

Color convert

RGB 82 87 80 -
CMYK 0.06 0 0.08 0.66
HSL 102.86º 0.04% 0.33% -
HSV(B) 102.86º 0.08% 0.34% -
XYZ 8.34 9.19 8.92 -
YUV 84.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 82 87 80 0.06 0 0.08 0.66 102.86 0.04 0.33
Hex 52 57 50 6 0 8 42 67 4 21
Octal 122 127 120 6 0 10 102 147 4 41
Binary 1010010 1010111 1010000 110 0 1000 1000010 1100111 100 100001

Color Harmonies of #525750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525750

Black with #525750

Text Example


Text Example

White with #525750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525750; }

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

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

background-color css

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

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

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

border-color css

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

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

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