#533AAB

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

Shades of Blue Gem #533AAB

Tints of Blue Gem #533AAB

Color information

#533AAB (or 0x533AAB) is unknown color: approx Blue Gem. HEX triplet: 53, 3A and AB. RGB value is (83,58,171). Sum of RGB (Red+Green+Blue) = 83+58+171=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #533AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533AAB is #ACC554. Grayscale: #4D4D4D. Windows color (decimal): -11322709 or 11221587. OLE color: 11221587.

HSL color Cylindrical-coordinate representation of color #533AAB: hue angle of 253.27º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533AAB is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8358171-
CMYK0.510.6600.33
HSL253.27º49.34%44.9%-
HSV(B)253.27º66.08%67.06%-
XYZ12.437.8139.38-
YUV78.36180.28131.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 58 (23.05% from 255) = 18.59%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=26.60%
G=18.59%
B=54.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83581710.510.6600.33253.2749.3444.9
Hex533AAB3342021fd312d
Octal12372253631020413756155
Binary1010011111010101010111100111000010010000111111101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533AAB; }

 p { color: rgb(83,58,171); }

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

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

 a { background-color: rgb(83,58,171); }

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

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

 span { border-color: rgb(83,58,171); }

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