Html Css Color HEX #524065 Meteorite

📋 copy color: '#524065'

red 82 ◦ green 64 ◦ blue 101

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

Shades of Meteorite #524065

Tints of Meteorite #524065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

 BLUE value IS 101 (39.84% from 255) = 40.89%

R = 33.2%
G = 25.91%
B = 40.89%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#524065 (or 0x524065) is known color: Meteorite. HEX triplet: 52, 40 and 65. RGB value is (82,64,101). Sum of RGB (Red+Green+Blue) = 82+64+101=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #524065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524065 is #ADBF9A. Grayscale: #494949. Windows color (decimal): -11386779 or 6635602. OLE color: 6635602.

HSL color Cylindrical-coordinate representation of color #524065: hue angle of 269.19º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #524065 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 64 101 -
CMYK 0.19 0.37 0 0.60
HSL 269.19º 0.22% 0.32% -
HSV(B) 269.19º 0.37% 0.4% -
XYZ 7.66 6.4 13.14 -
YUV 73.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 82 64 101 0.19 0.37 0 0.60 269.19 0.22 0.32
Hex 52 40 65 13 25 0 3C 10D 16 20
Octal 122 100 145 23 45 0 74 415 26 40
Binary 1010010 1000000 1100101 10011 100101 0 111100 100001101 10110 100000

Color Harmonies of #524065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524065

Black with #524065

Text Example


Text Example

White with #524065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524065; }

 p { color: rgb(82,64,101); }

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

background-color css

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

 a { background-color: rgb(82,64,101); }

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

border-color css

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

 span { border-color: rgb(82,64,101); }

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