#534170

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

Shades of Meteorite #534170

Tints of Meteorite #534170

Color information

#534170 (or 0x534170) is unknown color: approx Meteorite. HEX triplet: 53, 41 and 70. RGB value is (83,65,112). Sum of RGB (Red+Green+Blue) = 83+65+112=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #534170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534170 is #ACBE8F. Grayscale: #4B4B4B. Windows color (decimal): -11320976 or 7356755. OLE color: 7356755.

HSL color Cylindrical-coordinate representation of color #534170: hue angle of 262.98º degrees, saturation: 0.27, 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 #534170 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8365112-
CMYK0.260.4200.56
HSL262.98º26.55%34.71%-
HSV(B)262.98º41.96%43.92%-
XYZ8.386.7916.2-
YUV75.74148.46133.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.92%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=31.92%
G=25%
B=43.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83651120.260.4200.56262.9826.5534.71
Hex5341701A2A0381071b23
Octal12310116032520704073343
Binary10100111000001111000011010101010011100010000011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534170; }

 p { color: rgb(83,65,112); }

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

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

 a { background-color: rgb(83,65,112); }

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

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

 span { border-color: rgb(83,65,112); }

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