Html Css Color HEX #524472 Meteorite

📋 copy color: '#524472'

red 82 ◦ green 68 ◦ blue 114

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

Shades of Meteorite #524472

Tints of Meteorite #524472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.76%

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

R = 31.06%
G = 25.76%
B = 43.18%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524472 (or 0x524472) is known color: Meteorite. HEX triplet: 52, 44 and 72. RGB value is (82,68,114). Sum of RGB (Red+Green+Blue) = 82+68+114=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #524472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524472 is #ADBB8D. Grayscale: #4D4D4D. Windows color (decimal): -11385742 or 7488594. OLE color: 7488594.

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

Color convert

RGB 82 68 114 -
CMYK 0.28 0.40 0 0.55
HSL 258.26º 0.25% 0.36% -
HSV(B) 258.26º 0.4% 0.45% -
XYZ 8.58 7.14 16.85 -
YUV 77.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 82 68 114 0.28 0.40 0 0.55 258.26 0.25 0.36
Hex 52 44 72 1C 28 0 37 102 19 24
Octal 122 104 162 34 50 0 67 402 31 44
Binary 1010010 1000100 1110010 11100 101000 0 110111 100000010 11001 100100

Color Harmonies of #524472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524472

Black with #524472

Text Example


Text Example

White with #524472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524472; }

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

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

background-color css

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

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

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

border-color css

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

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

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