#534472

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

Shades of Meteorite #534472

Tints of Meteorite #534472

Color information

#534472 (or 0x534472) is unknown color: approx Meteorite. HEX triplet: 53, 44 and 72. RGB value is (83,68,114). Sum of RGB (Red+Green+Blue) = 83+68+114=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #534472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534472 is #ACBB8D. Grayscale: #4D4D4D. Windows color (decimal): -11320206 or 7488595. OLE color: 7488595.

HSL color Cylindrical-coordinate representation of color #534472: hue angle of 259.57º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #534472 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8368114-
CMYK0.270.4000.55
HSL259.57º25.27%35.69%-
HSV(B)259.57º40.35%44.71%-
XYZ8.677.1916.85-
YUV77.73148.47131.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=31.32%
G=25.66%
B=43.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83681140.270.4000.55259.5725.2735.69
Hex5344721B280371041924
Octal12310416233500674043144
Binary10100111000100111001011011101000011011110000010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534472; }

 p { color: rgb(83,68,114); }

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

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

 a { background-color: rgb(83,68,114); }

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

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

 span { border-color: rgb(83,68,114); }

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