Html Css Color HEX #524170 Meteorite

📋 copy color: '#524170'

red 82 ◦ green 65 ◦ blue 112

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

Shades of Meteorite #524170

Tints of Meteorite #524170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

 BLUE value IS 112 (44.14% from 255) = 43.24%

R = 31.66%
G = 25.1%
B = 43.24%

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

#524170 (or 0x524170) is known color: Meteorite. HEX triplet: 52, 41 and 70. RGB value is (82,65,112). Sum of RGB (Red+Green+Blue) = 82+65+112=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #524170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524170 is #ADBE8F. Grayscale: #4B4B4B. Windows color (decimal): -11386512 or 7356754. OLE color: 7356754.

HSL color Cylindrical-coordinate representation of color #524170: hue angle of 261.7º degrees, saturation: 0.27, 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 #524170 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 65 112 -
CMYK 0.27 0.42 0 0.56
HSL 261.7º 0.27% 0.35% -
HSV(B) 261.7º 0.42% 0.44% -
XYZ 8.29 6.74 16.19 -
YUV 75.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 82 65 112 0.27 0.42 0 0.56 261.7 0.27 0.35
Hex 52 41 70 1B 2A 0 38 106 1B 23
Octal 122 101 160 33 52 0 70 406 33 43
Binary 1010010 1000001 1110000 11011 101010 0 111000 100000110 11011 100011

Color Harmonies of #524170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524170

Black with #524170

Text Example


Text Example

White with #524170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524170; }

 p { color: rgb(82,65,112); }

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

background-color css

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

 a { background-color: rgb(82,65,112); }

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

border-color css

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

 span { border-color: rgb(82,65,112); }

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