#534099

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

Shades of Blue Gem #534099

Tints of Blue Gem #534099

Color information

#534099 (or 0x534099) is unknown color: approx Blue Gem. HEX triplet: 53, 40 and 99. RGB value is (83,64,153). Sum of RGB (Red+Green+Blue) = 83+64+153=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #534099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534099 is #ACBF66. Grayscale: #4F4F4F. Windows color (decimal): -11321191 or 10043475. OLE color: 10043475.

HSL color Cylindrical-coordinate representation of color #534099: hue angle of 252.81º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534099 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8364153-
CMYK0.460.5800.4
HSL252.81º41.01%42.55%-
HSV(B)252.81º58.17%60%-
XYZ11.157.8131.06-
YUV79.83169.29130.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 64 (25.39% from 255) = 21.33%
BLUE value IS 153 (60.16% from 255) = 51%
R=27.67%
G=21.33%
B=51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83641530.460.5800.4252.8141.0142.55
Hex5340992E3A028fd292b
Octal12310023156720503755153
Binary1010011100000010011001101110111010010100011111101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534099; }

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

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

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

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

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

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

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

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