#524367

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

Shades of Meteorite #524367

Tints of Meteorite #524367

Color information

#524367 (or 0x524367) is unknown color: approx Meteorite. HEX triplet: 52, 43 and 67. RGB value is (82,67,103). Sum of RGB (Red+Green+Blue) = 82+67+103=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 103 - color contains mainly: blue. Hex color #524367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524367 is #ADBC98. Grayscale: #4B4B4B. Windows color (decimal): -11386009 or 6767442. OLE color: 6767442.

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

Color convert

RGB8267103-
CMYK0.200.3500.60
HSL265º21.18%33.33%-
HSV(B)265º34.95%40.39%-
XYZ7.946.7913.72-
YUV75.59143.47132.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 103 (40.62% from 255) = 40.87%
R=32.54%
G=26.59%
B=40.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82671030.200.3500.6026521.1833.33
Hex524367142303C1091521
Octal12210314724430744112541
Binary10100101000011110011110100100011011110010000100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524367; }

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

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

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

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

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

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

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

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