#534669

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

Shades of Meteorite #534669

Tints of Meteorite #534669

Color information

#534669 (or 0x534669) is unknown color: approx Meteorite. HEX triplet: 53, 46 and 69. RGB value is (83,70,105). Sum of RGB (Red+Green+Blue) = 83+70+105=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 105 - color contains mainly: blue. Hex color #534669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534669 is #ACB996. Grayscale: #4D4D4D. Windows color (decimal): -11319703 or 6899283. OLE color: 6899283.

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

Color convert

RGB8370105-
CMYK0.210.3300.59
HSL262.29º20%34.31%-
HSV(B)262.29º33.33%41.18%-
XYZ8.317.2414.32-
YUV77.88143.31131.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 105 (41.41% from 255) = 40.70%
R=32.17%
G=27.13%
B=40.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83701050.210.3300.59262.292034.31
Hex534669152103B1061422
Octal12310615125410734062442
Binary10100111000110110100110101100001011101110000011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534669; }

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

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

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

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

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

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

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

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