#534273

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

Shades of Meteorite #534273

Tints of Meteorite #534273

Color information

#534273 (or 0x534273) is unknown color: approx Meteorite. HEX triplet: 53, 42 and 73. RGB value is (83,66,115). Sum of RGB (Red+Green+Blue) = 83+66+115=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #534273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534273 is #ACBD8C. Grayscale: #4C4C4C. Windows color (decimal): -11320717 or 7553619. OLE color: 7553619.

HSL color Cylindrical-coordinate representation of color #534273: hue angle of 260.82º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #534273 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8366115-
CMYK0.280.4300.55
HSL260.82º27.07%35.49%-
HSV(B)260.82º42.61%45.1%-
XYZ8.616.9717.11-
YUV76.67149.63132.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 66 (26.17% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=31.44%
G=25%
B=43.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83661150.280.4300.55260.8227.0735.49
Hex5342731C2B0371051b23
Octal12310216334530674053343
Binary10100111000010111001111100101011011011110000010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534273; }

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

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

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

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

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

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

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

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