#524568

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

Shades of Meteorite #524568

Tints of Meteorite #524568

Color information

#524568 (or 0x524568) is unknown color: approx Meteorite. HEX triplet: 52, 45 and 68. RGB value is (82,69,104). Sum of RGB (Red+Green+Blue) = 82+69+104=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #524568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524568 is #ADBA97. Grayscale: #4C4C4C. Windows color (decimal): -11385496 or 6833490. OLE color: 6833490.

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

Color convert

RGB8269104-
CMYK0.210.3400.59
HSL262.29º20.23%33.92%-
HSV(B)262.29º33.65%40.78%-
XYZ8.117.0514.03-
YUV76.88143.31131.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=32.16%
G=27.06%
B=40.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82691040.210.3400.59262.2920.2333.92
Hex524568152203B1061422
Octal12210515025420734062442
Binary10100101000101110100010101100010011101110000011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524568; }

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

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

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

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

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

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

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

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