Html Css Color HEX #524872 Meteorite

📋 copy color: '#524872'

red 82 ◦ green 72 ◦ blue 114

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

Shades of Meteorite #524872

Tints of Meteorite #524872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.87%

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

R = 30.6%
G = 26.87%
B = 42.54%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524872 (or 0x524872) is known color: Meteorite. HEX triplet: 52, 48 and 72. RGB value is (82,72,114). Sum of RGB (Red+Green+Blue) = 82+72+114=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #524872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524872 is #ADB78D. Grayscale: #4F4F4F. Windows color (decimal): -11384718 or 7489618. OLE color: 7489618.

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

Color convert

RGB 82 72 114 -
CMYK 0.28 0.37 0 0.55
HSL 254.29º 0.23% 0.36% -
HSV(B) 254.29º 0.37% 0.45% -
XYZ 8.83 7.64 16.93 -
YUV 79.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 82 72 114 0.28 0.37 0 0.55 254.29 0.23 0.36
Hex 52 48 72 1C 25 0 37 FE 17 24
Octal 122 110 162 34 45 0 67 376 27 44
Binary 1010010 1001000 1110010 11100 100101 0 110111 11111110 10111 100100

Color Harmonies of #524872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524872

Black with #524872

Text Example


Text Example

White with #524872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524872; }

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

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

background-color css

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

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

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

border-color css

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

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

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