Html Css Color HEX #524271 Meteorite

📋 copy color: '#524271'

red 82 ◦ green 66 ◦ blue 113

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

Shades of Meteorite #524271

Tints of Meteorite #524271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.29%

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

R = 31.42%
G = 25.29%
B = 43.3%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#524271 (or 0x524271) is known color: Meteorite. HEX triplet: 52, 42 and 71. RGB value is (82,66,113). Sum of RGB (Red+Green+Blue) = 82+66+113=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #524271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524271 is #ADBD8E. Grayscale: #4B4B4B. Windows color (decimal): -11386255 or 7422546. OLE color: 7422546.

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

Color convert

RGB 82 66 113 -
CMYK 0.27 0.42 0 0.56
HSL 260.43º 0.26% 0.35% -
HSV(B) 260.43º 0.42% 0.44% -
XYZ 8.41 6.88 16.51 -
YUV 76.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 82 66 113 0.27 0.42 0 0.56 260.43 0.26 0.35
Hex 52 42 71 1B 2A 0 38 104 1A 23
Octal 122 102 161 33 52 0 70 404 32 43
Binary 1010010 1000010 1110001 11011 101010 0 111000 100000100 11010 100011

Color Harmonies of #524271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524271

Black with #524271

Text Example


Text Example

White with #524271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524271; }

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

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

background-color css

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

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

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

border-color css

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

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

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