#534770

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

Shades of Meteorite #534770

Tints of Meteorite #534770

Color information

#534770 (or 0x534770) is unknown color: approx Meteorite. HEX triplet: 53, 47 and 70. RGB value is (83,71,112). Sum of RGB (Red+Green+Blue) = 83+71+112=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #534770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534770 is #ACB88F. Grayscale: #4F4F4F. Windows color (decimal): -11319440 or 7358291. OLE color: 7358291.

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

Color convert

RGB8371112-
CMYK0.260.3700.56
HSL257.56º22.4%35.88%-
HSV(B)257.56º36.61%43.92%-
XYZ8.757.5216.32-
YUV79.26146.48130.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=31.20%
G=26.69%
B=42.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83711120.260.3700.56257.5622.435.88
Hex5347701A250381021624
Octal12310716032450704022644
Binary10100111000111111000011010100101011100010000001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534770; }

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

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

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

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

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

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

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

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