#534074

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

Shades of Meteorite #534074

Tints of Meteorite #534074

Color information

#534074 (or 0x534074) is unknown color: approx Meteorite. HEX triplet: 53, 40 and 74. RGB value is (83,64,116). Sum of RGB (Red+Green+Blue) = 83+64+116=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #534074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534074 is #ACBF8B. Grayscale: #4B4B4B. Windows color (decimal): -11321228 or 7618643. OLE color: 7618643.

HSL color Cylindrical-coordinate representation of color #534074: hue angle of 261.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #534074 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8364116-
CMYK0.280.4500.55
HSL261.92º28.89%35.29%-
HSV(B)261.92º44.83%45.49%-
XYZ8.556.7717.38-
YUV75.61150.79133.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 116 (45.70% from 255) = 44.11%
R=31.56%
G=24.33%
B=44.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83641160.280.4500.55261.9228.8935.29
Hex5340741C2D0371061d23
Octal12310016434550674063543
Binary10100111000000111010011100101101011011110000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534074; }

 p { color: rgb(83,64,116); }

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

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

 a { background-color: rgb(83,64,116); }

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

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

 span { border-color: rgb(83,64,116); }

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