#53426C

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

Shades of Meteorite #53426C

Tints of Meteorite #53426C

Color information

#53426C (or 0x53426C) is unknown color: approx Meteorite. HEX triplet: 53, 42 and 6C. RGB value is (83,66,108). Sum of RGB (Red+Green+Blue) = 83+66+108=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #53426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53426C is #ACBD93. Grayscale: #4B4B4B. Windows color (decimal): -11320724 or 7094867. OLE color: 7094867.

HSL color Cylindrical-coordinate representation of color #53426C: hue angle of 264.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53426C is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8366108-
CMYK0.230.3900.58
HSL264.29º24.14%34.12%-
HSV(B)264.29º38.89%42.35%-
XYZ8.226.8215.07-
YUV75.87146.13133.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=32.30%
G=25.68%
B=42.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83661080.230.3900.58264.2924.1434.12
Hex53426C172703A1081822
Octal12310215427470724103042
Binary10100111000010110110010111100111011101010000100011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53426C; }

 p { color: rgb(83,66,108); }

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

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

 a { background-color: rgb(83,66,108); }

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

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

 span { border-color: rgb(83,66,108); }

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