#533CAA

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

Shades of Blue Gem #533CAA

Tints of Blue Gem #533CAA

Color information

#533CAA (or 0x533CAA) is unknown color: approx Blue Gem. HEX triplet: 53, 3C and AA. RGB value is (83,60,170). Sum of RGB (Red+Green+Blue) = 83+60+170=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #533CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533CAA is #ACC355. Grayscale: #4F4F4F. Windows color (decimal): -11322198 or 11156563. OLE color: 11156563.

HSL color Cylindrical-coordinate representation of color #533CAA: hue angle of 252.55º degrees, saturation: 0.48, 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 #533CAA is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8360170-
CMYK0.510.6500.33
HSL252.55º47.83%45.1%-
HSV(B)252.55º64.71%66.67%-
XYZ12.447.9738.91-
YUV79.42179.12130.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=26.52%
G=19.17%
B=54.31%

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
Decimal83601700.510.6500.33252.5547.8345.1
Hex533CAA3341021fd302d
Octal12374252631010413756055
Binary1010011111100101010101100111000001010000111111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,60,170); }

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

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

 a { background-color: rgb(83,60,170); }

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

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

 span { border-color: rgb(83,60,170); }

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