#533B9B

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

Shades of Blue Gem #533B9B

Tints of Blue Gem #533B9B

Color information

#533B9B (or 0x533B9B) is unknown color: approx Blue Gem. HEX triplet: 53, 3B and 9B. RGB value is (83,59,155). Sum of RGB (Red+Green+Blue) = 83+59+155=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #533B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533B9B is #ACC464. Grayscale: #4C4C4C. Windows color (decimal): -11322469 or 10173267. OLE color: 10173267.

HSL color Cylindrical-coordinate representation of color #533B9B: hue angle of 255º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #533B9B is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8359155-
CMYK0.460.6200.39
HSL255º44.86%41.96%-
HSV(B)255º61.94%60.78%-
XYZ11.057.3331.84-
YUV77.12171.95132.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 59 (23.44% from 255) = 19.87%
BLUE value IS 155 (60.94% from 255) = 52.19%
R=27.95%
G=19.87%
B=52.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83591550.460.6200.3925544.8641.96
Hex533B9B2E3E027ff2d2a
Octal1237323356760473775552
Binary101001111101110011011101110111110010011111111111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,59,155); }

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

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

 a { background-color: rgb(83,59,155); }

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

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

 span { border-color: rgb(83,59,155); }

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