#534370

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

Shades of Meteorite #534370

Tints of Meteorite #534370

Color information

#534370 (or 0x534370) is unknown color: approx Meteorite. HEX triplet: 53, 43 and 70. RGB value is (83,67,112). Sum of RGB (Red+Green+Blue) = 83+67+112=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #534370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534370 is #ACBC8F. Grayscale: #4C4C4C. Windows color (decimal): -11320464 or 7357267. OLE color: 7357267.

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

Color convert

RGB8367112-
CMYK0.260.4000.56
HSL261.33º25.14%35.1%-
HSV(B)261.33º40.18%43.92%-
XYZ8.57.0216.24-
YUV76.91147.8132.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=31.68%
G=25.57%
B=42.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83671120.260.4000.56261.3325.1435.1
Hex5343701A280381051923
Octal12310316032500704053143
Binary10100111000011111000011010101000011100010000010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534370; }

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

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

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

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

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

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

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

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