#534072

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

Shades of Meteorite #534072

Tints of Meteorite #534072

Color information

#534072 (or 0x534072) is unknown color: approx Meteorite. HEX triplet: 53, 40 and 72. RGB value is (83,64,114). Sum of RGB (Red+Green+Blue) = 83+64+114=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #534072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534072 is #ACBF8D. Grayscale: #4B4B4B. Windows color (decimal): -11321230 or 7487571. OLE color: 7487571.

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

Color convert

RGB8364114-
CMYK0.270.4400.55
HSL262.8º28.09%34.9%-
HSV(B)262.8º43.86%44.71%-
XYZ8.446.7216.77-
YUV75.38149.79133.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=31.80%
G=24.52%
B=43.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83641140.270.4400.55262.828.0934.9
Hex5340721B2C0371071c23
Octal12310016233540674073443
Binary10100111000000111001011011101100011011110000011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534072; }

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

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

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

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

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

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

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

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