#534571

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

Shades of Meteorite #534571

Tints of Meteorite #534571

Color information

#534571 (or 0x534571) is unknown color: approx Meteorite. HEX triplet: 53, 45 and 71. RGB value is (83,69,113). Sum of RGB (Red+Green+Blue) = 83+69+113=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #534571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534571 is #ACBA8E. Grayscale: #4E4E4E. Windows color (decimal): -11319951 or 7423315. OLE color: 7423315.

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

Color convert

RGB8369113-
CMYK0.270.3900.56
HSL259.09º24.18%35.69%-
HSV(B)259.09º38.94%44.31%-
XYZ8.687.2916.57-
YUV78.2147.64131.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=31.32%
G=26.04%
B=42.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83691130.270.3900.56259.0924.1835.69
Hex5345711B270381031824
Octal12310516133470704033044
Binary10100111000101111000111011100111011100010000001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534571; }

 p { color: rgb(83,69,113); }

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

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

 a { background-color: rgb(83,69,113); }

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

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

 span { border-color: rgb(83,69,113); }

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