#533aa3

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

Shades of Blue Gem #533AA3

Tints of Blue Gem #533AA3

Color information

#533AA3 (or 0x533AA3) is unknown color: approx Blue Gem. HEX triplet: 53, 3A and A3. RGB value is (83,58,163). Sum of RGB (Red+Green+Blue) = 83+58+163=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #533AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533AA3 is #ACC55C. Grayscale: #4D4D4D. Windows color (decimal): -11322717 or 10697299. OLE color: 10697299.

HSL color Cylindrical-coordinate representation of color #533AA3: hue angle of 254.29º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #533AA3 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8358163-
CMYK0.490.6400.36
HSL254.29º47.51%43.33%-
HSV(B)254.29º64.42%63.92%-
XYZ11.697.5135.48-
YUV77.44176.28131.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 163 (64.06% from 255) = 53.62%
R=27.30%
G=19.08%
B=53.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83581630.490.6400.36254.2947.5143.33
Hex533AA33140024fe302b
Octal12372243611000443766053
Binary1010011111010101000111100011000000010010011111110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533aa3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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