#533F95

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

Shades of Blue Gem #533F95

Tints of Blue Gem #533F95

Color information

#533F95 (or 0x533F95) is unknown color: approx Blue Gem. HEX triplet: 53, 3F and 95. RGB value is (83,63,149). Sum of RGB (Red+Green+Blue) = 83+63+149=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #533F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F95 is #ACC06A. Grayscale: #4E4E4E. Windows color (decimal): -11321451 or 9781075. OLE color: 9781075.

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

Color convert

RGB8363149-
CMYK0.440.5800.42
HSL253.95º40.57%41.57%-
HSV(B)253.95º57.72%58.43%-
XYZ10.777.5629.33-
YUV78.78167.63131.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 63 (25% from 255) = 21.36%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=28.14%
G=21.36%
B=50.51%

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
Decimal83631490.440.5800.42253.9540.5741.57
Hex533F952C3A02Afe292a
Octal1237722554720523765152
Binary101001111111110010101101100111010010101011111110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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