#534271

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

Shades of Meteorite #534271

Tints of Meteorite #534271

Color information

#534271 (or 0x534271) is unknown color: approx Meteorite. HEX triplet: 53, 42 and 71. RGB value is (83,66,113). Sum of RGB (Red+Green+Blue) = 83+66+113=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #534271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534271 is #ACBD8E. Grayscale: #4C4C4C. Windows color (decimal): -11320719 or 7422547. OLE color: 7422547.

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

Color convert

RGB8366113-
CMYK0.270.4200.56
HSL261.7º26.26%35.1%-
HSV(B)261.7º41.59%44.31%-
XYZ8.56.9316.51-
YUV76.44148.63132.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=31.68%
G=25.19%
B=43.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83661130.270.4200.56261.726.2635.1
Hex5342711B2A0381061a23
Octal12310216133520704063243
Binary10100111000010111000111011101010011100010000011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534271; }

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

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

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

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

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

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

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

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