#534471

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

Shades of Meteorite #534471

Tints of Meteorite #534471

Color information

#534471 (or 0x534471) is unknown color: approx Meteorite. HEX triplet: 53, 44 and 71. RGB value is (83,68,113). Sum of RGB (Red+Green+Blue) = 83+68+113=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #534471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534471 is #ACBB8E. Grayscale: #4D4D4D. Windows color (decimal): -11320207 or 7423059. OLE color: 7423059.

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

Color convert

RGB8368113-
CMYK0.270.4000.56
HSL260º24.86%35.49%-
HSV(B)260º39.82%44.31%-
XYZ8.627.1716.55-
YUV77.62147.97131.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=31.44%
G=25.76%
B=42.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83681130.270.4000.5626024.8635.49
Hex5344711B280381041923
Octal12310416133500704043143
Binary10100111000100111000111011101000011100010000010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534471; }

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

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

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

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

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

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

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

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