Html Css Color HEX #525A4D Battleship Grey

📋 copy color: '#525A4D'

red 82 ◦ green 90 ◦ blue 77

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

Shades of Battleship Grey #525A4D

Tints of Battleship Grey #525A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.14%

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

R = 32.93%
G = 36.14%
B = 30.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#525A4D (or 0x525A4D) is known color: Battleship Grey. HEX triplet: 52, 5A and 4D. RGB value is (82,90,77). Sum of RGB (Red+Green+Blue) = 82+90+77=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 90 - color contains mainly: green. Hex color #525A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A4D is #ADA5B2. Grayscale: #565656. Windows color (decimal): -11380147 or 5069394. OLE color: 5069394.

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

Color convert

RGB 82 90 77 -
CMYK 0.09 0 0.14 0.65
HSL 96.92º 0.08% 0.33% -
HSV(B) 96.92º 0.14% 0.35% -
XYZ 8.48 9.64 8.44 -
YUV 86.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 82 90 77 0.09 0 0.14 0.65 96.92 0.08 0.33
Hex 52 5A 4D 9 0 E 41 61 8 21
Octal 122 132 115 11 0 16 101 141 10 41
Binary 1010010 1011010 1001101 1001 0 1110 1000001 1100001 1000 100001

Color Harmonies of #525A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A4D

Black with #525A4D

Text Example


Text Example

White with #525A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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