Html Css Color HEX #524871 Meteorite

📋 copy color: '#524871'

red 82 ◦ green 72 ◦ blue 113

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

Shades of Meteorite #524871

Tints of Meteorite #524871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.32%

R = 30.71%
G = 26.97%
B = 42.32%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#524871 (or 0x524871) is known color: Meteorite. HEX triplet: 52, 48 and 71. RGB value is (82,72,113). Sum of RGB (Red+Green+Blue) = 82+72+113=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #524871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524871 is #ADB78E. Grayscale: #4F4F4F. Windows color (decimal): -11384719 or 7424082. OLE color: 7424082.

HSL color Cylindrical-coordinate representation of color #524871: hue angle of 254.63º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #524871 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 72 113 -
CMYK 0.27 0.36 0 0.56
HSL 254.63º 0.22% 0.36% -
HSV(B) 254.63º 0.36% 0.44% -
XYZ 8.78 7.62 16.63 -
YUV 79.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 82 72 113 0.27 0.36 0 0.56 254.63 0.22 0.36
Hex 52 48 71 1B 24 0 38 FF 16 24
Octal 122 110 161 33 44 0 70 377 26 44
Binary 1010010 1001000 1110001 11011 100100 0 111000 11111111 10110 100100

Color Harmonies of #524871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524871

Black with #524871

Text Example


Text Example

White with #524871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524871; }

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

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

background-color css

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

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

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

border-color css

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

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

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