#534091

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

Shades of Blue Gem #534091

Tints of Blue Gem #534091

Color information

#534091 (or 0x534091) is unknown color: approx Blue Gem. HEX triplet: 53, 40 and 91. RGB value is (83,64,145). Sum of RGB (Red+Green+Blue) = 83+64+145=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #534091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534091 is #ACBF6E. Grayscale: #4E4E4E. Windows color (decimal): -11321199 or 9519187. OLE color: 9519187.

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

Color convert

RGB8364145-
CMYK0.430.5600.43
HSL254.07º38.76%40.98%-
HSV(B)254.07º55.86%56.86%-
XYZ10.517.5527.69-
YUV78.91165.29130.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 145 (57.03% from 255) = 49.66%
R=28.42%
G=21.92%
B=49.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83641450.430.5600.43254.0738.7640.98
Hex5340912B3802Bfe2729
Octal12310022153700533764751
Binary1010011100000010010001101011111000010101111111110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534091; }

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

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

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

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

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

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

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

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