#533E95

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

Shades of Blue Gem #533E95

Tints of Blue Gem #533E95

Color information

#533E95 (or 0x533E95) is unknown color: approx Blue Gem. HEX triplet: 53, 3E and 95. RGB value is (83,62,149). Sum of RGB (Red+Green+Blue) = 83+62+149=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #533E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533E95 is #ACC16A. Grayscale: #4D4D4D. Windows color (decimal): -11321707 or 9780819. OLE color: 9780819.

HSL color Cylindrical-coordinate representation of color #533E95: hue angle of 254.48º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #533E95 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8362149-
CMYK0.440.5800.42
HSL254.48º41.23%41.37%-
HSV(B)254.48º58.39%58.43%-
XYZ10.717.4529.31-
YUV78.2167.96131.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 149 (58.59% from 255) = 50.68%
R=28.23%
G=21.09%
B=50.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83621490.440.5800.42254.4841.2341.37
Hex533E952C3A02Afe2929
Octal1237622554720523765151
Binary101001111111010010101101100111010010101011111110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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