#534870

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

Shades of Meteorite #534870

Tints of Meteorite #534870

Color information

#534870 (or 0x534870) is unknown color: approx Meteorite. HEX triplet: 53, 48 and 70. RGB value is (83,72,112). Sum of RGB (Red+Green+Blue) = 83+72+112=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #534870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534870 is #ACB78F. Grayscale: #4F4F4F. Windows color (decimal): -11319184 or 7358547. OLE color: 7358547.

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

Color convert

RGB8372112-
CMYK0.260.3600.56
HSL256.5º21.74%36.08%-
HSV(B)256.5º35.71%43.92%-
XYZ8.817.6416.34-
YUV79.85146.14130.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=31.09%
G=26.97%
B=41.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83721120.260.3600.56256.521.7436.08
Hex5348701A240381001624
Octal12311016032440704002644
Binary10100111001000111000011010100100011100010000000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534870; }

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

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

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

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

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

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

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

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