Html Css Color HEX #525C4E Battleship Grey

📋 copy color: '#525C4E'

red 82 ◦ green 92 ◦ blue 78

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

Shades of Battleship Grey #525C4E

Tints of Battleship Grey #525C4E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.51%

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

R = 32.54%
G = 36.51%
B = 30.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#525C4E (or 0x525C4E) is known color: Battleship Grey. HEX triplet: 52, 5C and 4E. RGB value is (82,92,78). Sum of RGB (Red+Green+Blue) = 82+92+78=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 92 - color contains mainly: green. Hex color #525C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C4E is #ADA3B1. Grayscale: #575757. Windows color (decimal): -11379634 or 5135442. OLE color: 5135442.

HSL color Cylindrical-coordinate representation of color #525C4E: hue angle of 102.86º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525C4E is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 92 78 -
CMYK 0.11 0 0.15 0.64
HSL 102.86º 0.08% 0.33% -
HSV(B) 102.86º 0.15% 0.36% -
XYZ 8.68 10 8.68 -
YUV 87.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 82 92 78 0.11 0 0.15 0.64 102.86 0.08 0.33
Hex 52 5C 4E B 0 F 40 67 8 21
Octal 122 134 116 13 0 17 100 147 10 41
Binary 1010010 1011100 1001110 1011 0 1111 1000000 1100111 1000 100001

Color Harmonies of #525C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C4E

Black with #525C4E

Text Example


Text Example

White with #525C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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