#533D95

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

Shades of Blue Gem #533D95

Tints of Blue Gem #533D95

Color information

#533D95 (or 0x533D95) is unknown color: approx Blue Gem. HEX triplet: 53, 3D and 95. RGB value is (83,61,149). Sum of RGB (Red+Green+Blue) = 83+61+149=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #533D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533D95 is #ACC26A. Grayscale: #4D4D4D. Windows color (decimal): -11321963 or 9780563. OLE color: 9780563.

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

Color convert

RGB8361149-
CMYK0.440.5900.42
HSL255º41.9%41.18%-
HSV(B)255º59.06%58.43%-
XYZ10.667.3529.29-
YUV77.61168.29131.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 149 (58.59% from 255) = 50.85%
R=28.33%
G=20.82%
B=50.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83611490.440.5900.4225541.941.18
Hex533D952C3B02Aff2a29
Octal1237522554730523775251
Binary101001111110110010101101100111011010101011111111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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