Html Css Color HEX #525A50 Battleship Grey

📋 copy color: '#525A50'

red 82 ◦ green 90 ◦ blue 80

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

Shades of Battleship Grey #525A50

Tints of Battleship Grey #525A50

RGB

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

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

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

R = 32.54%
G = 35.71%
B = 31.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#525A50 (or 0x525A50) is known color: Battleship Grey. HEX triplet: 52, 5A and 50. RGB value is (82,90,80). Sum of RGB (Red+Green+Blue) = 82+90+80=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 90 - color contains mainly: green. Hex color #525A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A50 is #ADA5AF. Grayscale: #565656. Windows color (decimal): -11380144 or 5266002. OLE color: 5266002.

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

Color convert

RGB 82 90 80 -
CMYK 0.09 0 0.11 0.65
HSL 108º 0.06% 0.33% -
HSV(B) 108º 0.11% 0.35% -
XYZ 8.58 9.69 9.01 -
YUV 86.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 82 90 80 0.09 0 0.11 0.65 108 0.06 0.33
Hex 52 5A 50 9 0 B 41 6C 6 21
Octal 122 132 120 11 0 13 101 154 6 41
Binary 1010010 1011010 1010000 1001 0 1011 1000001 1101100 110 100001

Color Harmonies of #525A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A50

Black with #525A50

Text Example


Text Example

White with #525A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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