#534069

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

Shades of Meteorite #534069

Tints of Meteorite #534069

Color information

#534069 (or 0x534069) is unknown color: approx Meteorite. HEX triplet: 53, 40 and 69. RGB value is (83,64,105). Sum of RGB (Red+Green+Blue) = 83+64+105=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #534069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534069 is #ACBF96. Grayscale: #4A4A4A. Windows color (decimal): -11321239 or 6897747. OLE color: 6897747.

HSL color Cylindrical-coordinate representation of color #534069: hue angle of 267.8º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534069 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8364105-
CMYK0.210.3900.59
HSL267.8º24.26%33.14%-
HSV(B)267.8º39.05%41.18%-
XYZ7.956.5314.21-
YUV74.36145.29134.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=32.94%
G=25.40%
B=41.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83641050.210.3900.59267.824.2633.14
Hex534069152703B10c1821
Octal12310015125470734143041
Binary10100111000000110100110101100111011101110000110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534069; }

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

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

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

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

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

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

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

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