Html Css Color HEX #525A4E Battleship Grey

📋 copy color: '#525A4E'

red 82 ◦ green 90 ◦ blue 78

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

Shades of Battleship Grey #525A4E

Tints of Battleship Grey #525A4E

RGB

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

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

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

R = 32.8%
G = 36%
B = 31.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#525A4E (or 0x525A4E) is known color: Battleship Grey. HEX triplet: 52, 5A and 4E. RGB value is (82,90,78). Sum of RGB (Red+Green+Blue) = 82+90+78=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 90 - color contains mainly: green. Hex color #525A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A4E is #ADA5B1. Grayscale: #565656. Windows color (decimal): -11380146 or 5134930. OLE color: 5134930.

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

Color convert

RGB 82 90 78 -
CMYK 0.09 0 0.13 0.65
HSL 100º 0.07% 0.33% -
HSV(B) 100º 0.13% 0.35% -
XYZ 8.51 9.66 8.62 -
YUV 86.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 82 90 78 0.09 0 0.13 0.65 100 0.07 0.33
Hex 52 5A 4E 9 0 D 41 64 7 21
Octal 122 132 116 11 0 15 101 144 7 41
Binary 1010010 1011010 1001110 1001 0 1101 1000001 1100100 111 100001

Color Harmonies of #525A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A4E

Black with #525A4E

Text Example


Text Example

White with #525A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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