Html Css Color HEX #525550 Battleship Grey

📋 copy color: '#525550'

red 82 ◦ green 85 ◦ blue 80

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

Shades of Battleship Grey #525550

Tints of Battleship Grey #525550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

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

R = 33.2%
G = 34.41%
B = 32.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#525550 (or 0x525550) is known color: Battleship Grey. HEX triplet: 52, 55 and 50. RGB value is (82,85,80). Sum of RGB (Red+Green+Blue) = 82+85+80=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 85 - color contains mainly: green. Hex color #525550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525550 is #ADAAAF. Grayscale: #535353. Windows color (decimal): -11381424 or 5264722. OLE color: 5264722.

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

Color convert

RGB 82 85 80 -
CMYK 0.04 0 0.06 0.67
HSL 96º 0.03% 0.32% -
HSV(B) 96º 0.06% 0.33% -
XYZ 8.18 8.87 8.87 -
YUV 83.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 82 85 80 0.04 0 0.06 0.67 96 0.03 0.32
Hex 52 55 50 4 0 6 43 60 3 20
Octal 122 125 120 4 0 6 103 140 3 40
Binary 1010010 1010101 1010000 100 0 110 1000011 1100000 11 100000

Color Harmonies of #525550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525550

Black with #525550

Text Example


Text Example

White with #525550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525550; }

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

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

background-color css

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

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

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

border-color css

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

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

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