#534094

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

Shades of Blue Gem #534094

Tints of Blue Gem #534094

Color information

#534094 (or 0x534094) is unknown color: approx Blue Gem. HEX triplet: 53, 40 and 94. RGB value is (83,64,148). Sum of RGB (Red+Green+Blue) = 83+64+148=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #534094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534094 is #ACBF6B. Grayscale: #4E4E4E. Windows color (decimal): -11321196 or 9715795. OLE color: 9715795.

HSL color Cylindrical-coordinate representation of color #534094: hue angle of 253.57º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534094 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8364148-
CMYK0.440.5700.42
HSL253.57º39.62%41.57%-
HSV(B)253.57º56.76%58.04%-
XYZ10.757.6428.93-
YUV79.26166.79130.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 148 (58.20% from 255) = 50.17%
R=28.14%
G=21.69%
B=50.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83641480.440.5700.42253.5739.6241.57
Hex5340942C3902Afe282a
Octal12310022454710523765052
Binary1010011100000010010100101100111001010101011111110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534094; }

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

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

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

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

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

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

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

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