#524167

Color #524167 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #524167

Tints of Meteorite #524167

Color information

#524167 (or 0x524167) is unknown color: approx Meteorite. HEX triplet: 52, 41 and 67. RGB value is (82,65,103). Sum of RGB (Red+Green+Blue) = 82+65+103=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #524167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524167 is #ADBE98. Grayscale: #4A4A4A. Windows color (decimal): -11386521 or 6766930. OLE color: 6766930.

HSL color Cylindrical-coordinate representation of color #524167: hue angle of 266.84º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #524167 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8265103-
CMYK0.200.3700.60
HSL266.84º22.62%32.94%-
HSV(B)266.84º36.89%40.39%-
XYZ7.826.5513.68-
YUV74.42144.13133.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 103 (40.62% from 255) = 41.2%
R=32.8%
G=26%
B=41.2%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82651030.200.3700.60266.8422.6232.94
Hex524167142503C10b1721
Octal12210114724450744132741
Binary10100101000001110011110100100101011110010000101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524167; }

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

 H1.HeaderClassName
 {
   color: #524167;
 }
 .AnyTagClassName
 {
   color: #524167;
 }
</style>
background-color css

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

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

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

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

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

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