#534899

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

Shades of Blue Gem #534899

Tints of Blue Gem #534899

Color information

#534899 (or 0x534899) is unknown color: approx Blue Gem. HEX triplet: 53, 48 and 99. RGB value is (83,72,153). Sum of RGB (Red+Green+Blue) = 83+72+153=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #534899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534899 is #ACB766. Grayscale: #545454. Windows color (decimal): -11319143 or 10045523. OLE color: 10045523.

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

Color convert

RGB8372153-
CMYK0.460.5300.4
HSL248.15º36%44.12%-
HSV(B)248.15º52.94%60%-
XYZ11.638.7731.22-
YUV84.52166.64126.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=26.95%
G=23.38%
B=49.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83721530.460.5300.4248.153644.12
Hex5348992E35028f8242c
Octal12311023156650503704454
Binary1010011100100010011001101110110101010100011111000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534899; }

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

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

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

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

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

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

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

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