Html Css Color HEX #525B4D Battleship Grey

📋 copy color: '#525B4D'

red 82 ◦ green 91 ◦ blue 77

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

Shades of Battleship Grey #525B4D

Tints of Battleship Grey #525B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.4%

 BLUE value IS 77 (30.47% from 255) = 30.8%

R = 32.8%
G = 36.4%
B = 30.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#525B4D (or 0x525B4D) is known color: Battleship Grey. HEX triplet: 52, 5B and 4D. RGB value is (82,91,77). Sum of RGB (Red+Green+Blue) = 82+91+77=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 91 - color contains mainly: green. Hex color #525B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B4D is #ADA4B2. Grayscale: #565656. Windows color (decimal): -11379891 or 5069650. OLE color: 5069650.

HSL color Cylindrical-coordinate representation of color #525B4D: hue angle of 98.57º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525B4D is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 91 77 -
CMYK 0.10 0 0.15 0.64
HSL 98.57º 0.08% 0.33% -
HSV(B) 98.57º 0.15% 0.36% -
XYZ 8.56 9.81 8.46 -
YUV 86.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 82 91 77 0.10 0 0.15 0.64 98.57 0.08 0.33
Hex 52 5B 4D A 0 F 40 63 8 21
Octal 122 133 115 12 0 17 100 143 10 41
Binary 1010010 1011011 1001101 1010 0 1111 1000000 1100011 1000 100001

Color Harmonies of #525B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525B4D

Black with #525B4D

Text Example


Text Example

White with #525B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525B4D; }

 p { color: rgb(82,91,77); }

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

background-color css

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

 a { background-color: rgb(82,91,77); }

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

border-color css

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

 span { border-color: rgb(82,91,77); }

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