Html Css Color HEX #525650 Battleship Grey

📋 copy color: '#525650'

red 82 ◦ green 86 ◦ blue 80

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

Shades of Battleship Grey #525650

Tints of Battleship Grey #525650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

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

R = 33.06%
G = 34.68%
B = 32.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#525650 (or 0x525650) is known color: Battleship Grey. HEX triplet: 52, 56 and 50. RGB value is (82,86,80). Sum of RGB (Red+Green+Blue) = 82+86+80=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 86 - color contains mainly: green. Hex color #525650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525650 is #ADA9AF. Grayscale: #545454. Windows color (decimal): -11381168 or 5264978. OLE color: 5264978.

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

Color convert

RGB 82 86 80 -
CMYK 0.05 0 0.07 0.66
HSL 100º 0.04% 0.33% -
HSV(B) 100º 0.07% 0.34% -
XYZ 8.26 9.03 8.9 -
YUV 84.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 82 86 80 0.05 0 0.07 0.66 100 0.04 0.33
Hex 52 56 50 5 0 7 42 64 4 21
Octal 122 126 120 5 0 7 102 144 4 41
Binary 1010010 1010110 1010000 101 0 111 1000010 1100100 100 100001

Color Harmonies of #525650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525650

Black with #525650

Text Example


Text Example

White with #525650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525650; }

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

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

background-color css

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

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

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

border-color css

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

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

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