Html Css Color HEX #524073 Meteorite

📋 copy color: '#524073'

red 82 ◦ green 64 ◦ blue 115

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

Shades of Meteorite #524073

Tints of Meteorite #524073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 31.42%
G = 24.52%
B = 44.06%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524073 (or 0x524073) is known color: Meteorite. HEX triplet: 52, 40 and 73. RGB value is (82,64,115). Sum of RGB (Red+Green+Blue) = 82+64+115=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #524073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524073 is #ADBF8C. Grayscale: #4B4B4B. Windows color (decimal): -11386765 or 7553106. OLE color: 7553106.

HSL color Cylindrical-coordinate representation of color #524073: hue angle of 261.18º 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 #524073 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 64 115 -
CMYK 0.29 0.44 0 0.55
HSL 261.18º 0.28% 0.35% -
HSV(B) 261.18º 0.44% 0.45% -
XYZ 8.41 6.7 17.07 -
YUV 75.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 82 64 115 0.29 0.44 0 0.55 261.18 0.28 0.35
Hex 52 40 73 1D 2C 0 37 105 1C 23
Octal 122 100 163 35 54 0 67 405 34 43
Binary 1010010 1000000 1110011 11101 101100 0 110111 100000101 11100 100011

Color Harmonies of #524073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524073

Black with #524073

Text Example


Text Example

White with #524073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524073; }

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

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

background-color css

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

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

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

border-color css

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

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

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