Html Css Color HEX #525850 Battleship Grey

📋 copy color: '#525850'

red 82 ◦ green 88 ◦ blue 80

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

Shades of Battleship Grey #525850

Tints of Battleship Grey #525850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

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

R = 32.8%
G = 35.2%
B = 32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#525850 (or 0x525850) is known color: Battleship Grey. HEX triplet: 52, 58 and 50. RGB value is (82,88,80). Sum of RGB (Red+Green+Blue) = 82+88+80=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 88 - color contains mainly: green. Hex color #525850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525850 is #ADA7AF. Grayscale: #555555. Windows color (decimal): -11380656 or 5265490. OLE color: 5265490.

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

Color convert

RGB 82 88 80 -
CMYK 0.07 0 0.09 0.65
HSL 105º 0.05% 0.33% -
HSV(B) 105º 0.09% 0.35% -
XYZ 8.42 9.35 8.95 -
YUV 85.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 82 88 80 0.07 0 0.09 0.65 105 0.05 0.33
Hex 52 58 50 7 0 9 41 69 5 21
Octal 122 130 120 7 0 11 101 151 5 41
Binary 1010010 1011000 1010000 111 0 1001 1000001 1101001 101 100001

Color Harmonies of #525850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525850

Black with #525850

Text Example


Text Example

White with #525850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525850; }

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

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

background-color css

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

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

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

border-color css

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

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

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