#524468

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

Shades of Meteorite #524468

Tints of Meteorite #524468

Color information

#524468 (or 0x524468) is unknown color: approx Meteorite. HEX triplet: 52, 44 and 68. RGB value is (82,68,104). Sum of RGB (Red+Green+Blue) = 82+68+104=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #524468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524468 is #ADBB97. Grayscale: #4C4C4C. Windows color (decimal): -11385752 or 6833234. OLE color: 6833234.

HSL color Cylindrical-coordinate representation of color #524468: hue angle of 263.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #524468 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8268104-
CMYK0.210.3500.59
HSL263.33º20.93%33.73%-
HSV(B)263.33º34.62%40.78%-
XYZ8.056.9314.01-
YUV76.29143.64132.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.28%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=32.28%
G=26.77%
B=40.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82681040.210.3500.59263.3320.9333.73
Hex524468152303B1071522
Octal12210415025430734072542
Binary10100101000100110100010101100011011101110000011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524468; }

 p { color: rgb(82,68,104); }

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

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

 a { background-color: rgb(82,68,104); }

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

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

 span { border-color: rgb(82,68,104); }

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