#533EA2

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

Shades of Blue Gem #533EA2

Tints of Blue Gem #533EA2

Color information

#533EA2 (or 0x533EA2) is unknown color: approx Blue Gem. HEX triplet: 53, 3E and A2. RGB value is (83,62,162). Sum of RGB (Red+Green+Blue) = 83+62+162=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #533EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533EA2 is #ACC15D. Grayscale: #4F4F4F. Windows color (decimal): -11321694 or 10632787. OLE color: 10632787.

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

Color convert

RGB8362162-
CMYK0.490.6200.36
HSL252.6º44.64%43.92%-
HSV(B)252.6º61.73%63.53%-
XYZ11.817.8935.08-
YUV79.68174.46130.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 62 (24.61% from 255) = 20.20%
BLUE value IS 162 (63.67% from 255) = 52.77%
R=27.04%
G=20.20%
B=52.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83621620.490.6200.36252.644.6443.92
Hex533EA2313E024fd2d2c
Octal1237624261760443755554
Binary101001111111010100010110001111110010010011111101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,62,162); }

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

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

 a { background-color: rgb(83,62,162); }

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

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

 span { border-color: rgb(83,62,162); }

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