#533D92

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

Shades of Blue Gem #533D92

Tints of Blue Gem #533D92

Color information

#533D92 (or 0x533D92) is unknown color: approx Blue Gem. HEX triplet: 53, 3D and 92. RGB value is (83,61,146). Sum of RGB (Red+Green+Blue) = 83+61+146=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #533D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533D92 is #ACC26D. Grayscale: #4C4C4C. Windows color (decimal): -11321966 or 9583955. OLE color: 9583955.

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

Color convert

RGB8361146-
CMYK0.430.5800.43
HSL255.53º41.06%40.59%-
HSV(B)255.53º58.22%57.25%-
XYZ10.427.2528.04-
YUV77.27166.79132.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.62%
GREEN value IS 61 (24.22% from 255) = 21.03%
BLUE value IS 146 (57.42% from 255) = 50.34%
R=28.62%
G=21.03%
B=50.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83611460.430.5800.43255.5341.0640.59
Hex533D922B3A02B1002929
Octal1237522253720534005151
Binary1010011111101100100101010111110100101011100000000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,61,146); }

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

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

 a { background-color: rgb(83,61,146); }

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

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

 span { border-color: rgb(83,61,146); }

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