#533BAB

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

Shades of Blue Gem #533BAB

Tints of Blue Gem #533BAB

Color information

#533BAB (or 0x533BAB) is unknown color: approx Blue Gem. HEX triplet: 53, 3B and AB. RGB value is (83,59,171). Sum of RGB (Red+Green+Blue) = 83+59+171=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #533BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533BAB is #ACC454. Grayscale: #4E4E4E. Windows color (decimal): -11322453 or 11221843. OLE color: 11221843.

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

Color convert

RGB8359171-
CMYK0.510.6500.33
HSL252.86º48.7%45.1%-
HSV(B)252.86º65.5%67.06%-
XYZ12.487.9139.4-
YUV78.94179.95130.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 171 (67.19% from 255) = 54.63%
R=26.52%
G=18.85%
B=54.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83591710.510.6500.33252.8648.745.1
Hex533BAB3341021fd312d
Octal12373253631010413756155
Binary1010011111011101010111100111000001010000111111101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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