#534291

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

Shades of Blue Gem #534291

Tints of Blue Gem #534291

Color information

#534291 (or 0x534291) is unknown color: approx Blue Gem. HEX triplet: 53, 42 and 91. RGB value is (83,66,145). Sum of RGB (Red+Green+Blue) = 83+66+145=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #534291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534291 is #ACBD6E. Grayscale: #4F4F4F. Windows color (decimal): -11320687 or 9519699. OLE color: 9519699.

HSL color Cylindrical-coordinate representation of color #534291: hue angle of 252.91º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #534291 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8366145-
CMYK0.430.5400.43
HSL252.91º37.44%41.37%-
HSV(B)252.91º54.48%56.86%-
XYZ10.637.7827.73-
YUV80.09164.63130.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 145 (57.03% from 255) = 49.32%
R=28.23%
G=22.45%
B=49.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83661450.430.5400.43252.9137.4441.37
Hex5342912B3602Bfd2529
Octal12310222153660533754551
Binary1010011100001010010001101011110110010101111111101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534291; }

 p { color: rgb(83,66,145); }

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

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

 a { background-color: rgb(83,66,145); }

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

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

 span { border-color: rgb(83,66,145); }

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