#534672

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

Shades of Meteorite #534672

Tints of Meteorite #534672

Color information

#534672 (or 0x534672) is unknown color: approx Meteorite. HEX triplet: 53, 46 and 72. RGB value is (83,70,114). Sum of RGB (Red+Green+Blue) = 83+70+114=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #534672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534672 is #ACB98D. Grayscale: #4E4E4E. Windows color (decimal): -11319694 or 7489107. OLE color: 7489107.

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

Color convert

RGB8370114-
CMYK0.270.3900.55
HSL257.73º23.91%36.08%-
HSV(B)257.73º38.6%44.71%-
XYZ8.797.4316.89-
YUV78.9147.81130.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=31.09%
G=26.22%
B=42.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83701140.270.3900.55257.7323.9136.08
Hex5346721B270371021824
Octal12310616233470674023044
Binary10100111000110111001011011100111011011110000001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534672; }

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

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

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

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

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

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

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

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