Html Css Color HEX #524772 Meteorite

📋 copy color: '#524772'

red 82 ◦ green 71 ◦ blue 114

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

Shades of Meteorite #524772

Tints of Meteorite #524772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

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

R = 30.71%
G = 26.59%
B = 42.7%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524772 (or 0x524772) is known color: Meteorite. HEX triplet: 52, 47 and 72. RGB value is (82,71,114). Sum of RGB (Red+Green+Blue) = 82+71+114=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #524772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524772 is #ADB88D. Grayscale: #4F4F4F. Windows color (decimal): -11384974 or 7489362. OLE color: 7489362.

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

Color convert

RGB 82 71 114 -
CMYK 0.28 0.38 0 0.55
HSL 255.35º 0.23% 0.36% -
HSV(B) 255.35º 0.38% 0.45% -
XYZ 8.77 7.52 16.91 -
YUV 79.19 147.64 130 -
System Red Green Blue C M Y K H S L
Decimal 82 71 114 0.28 0.38 0 0.55 255.35 0.23 0.36
Hex 52 47 72 1C 26 0 37 FF 17 24
Octal 122 107 162 34 46 0 67 377 27 44
Binary 1010010 1000111 1110010 11100 100110 0 110111 11111111 10111 100100

Color Harmonies of #524772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524772

Black with #524772

Text Example


Text Example

White with #524772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524772; }

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

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

background-color css

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

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

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

border-color css

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

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

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