Html Css Color HEX #524072 Meteorite

📋 copy color: '#524072'

red 82 ◦ green 64 ◦ blue 114

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

Shades of Meteorite #524072

Tints of Meteorite #524072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.85%

R = 31.54%
G = 24.62%
B = 43.85%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524072 (or 0x524072) is known color: Meteorite. HEX triplet: 52, 40 and 72. RGB value is (82,64,114). Sum of RGB (Red+Green+Blue) = 82+64+114=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #524072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524072 is #ADBF8D. Grayscale: #4A4A4A. Windows color (decimal): -11386766 or 7487570. OLE color: 7487570.

HSL color Cylindrical-coordinate representation of color #524072: hue angle of 261.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #524072 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 64 114 -
CMYK 0.28 0.44 0 0.55
HSL 261.6º 0.28% 0.35% -
HSV(B) 261.6º 0.44% 0.45% -
XYZ 8.35 6.68 16.77 -
YUV 75.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 82 64 114 0.28 0.44 0 0.55 261.6 0.28 0.35
Hex 52 40 72 1C 2C 0 37 106 1C 23
Octal 122 100 162 34 54 0 67 406 34 43
Binary 1010010 1000000 1110010 11100 101100 0 110111 100000110 11100 100011

Color Harmonies of #524072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524072

Black with #524072

Text Example


Text Example

White with #524072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524072; }

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

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

background-color css

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

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

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

border-color css

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

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

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