Html Css Color HEX #52584E Battleship Grey

📋 copy color: '#52584E'

red 82 ◦ green 88 ◦ blue 78

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

Shades of Battleship Grey #52584E

Tints of Battleship Grey #52584E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.45%

R = 33.06%
G = 35.48%
B = 31.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#52584E (or 0x52584E) is known color: Battleship Grey. HEX triplet: 52, 58 and 4E. RGB value is (82,88,78). Sum of RGB (Red+Green+Blue) = 82+88+78=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 88 - color contains mainly: green. Hex color #52584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52584E is #ADA7B1. Grayscale: #555555. Windows color (decimal): -11380658 or 5134418. OLE color: 5134418.

HSL color Cylindrical-coordinate representation of color #52584E: hue angle of 96º 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 #52584E is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 78 -
CMYK 0.07 0 0.11 0.65
HSL 96º 0.06% 0.33% -
HSV(B) 96º 0.11% 0.35% -
XYZ 8.34 9.32 8.57 -
YUV 85.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 82 88 78 0.07 0 0.11 0.65 96 0.06 0.33
Hex 52 58 4E 7 0 B 41 60 6 21
Octal 122 130 116 7 0 13 101 140 6 41
Binary 1010010 1011000 1001110 111 0 1011 1000001 1100000 110 100001

Color Harmonies of #52584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52584E

Black with #52584E

Text Example


Text Example

White with #52584E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52584E; }

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

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

background-color css

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

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

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

border-color css

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

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

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