#533F9F

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

Shades of Blue Gem #533F9F

Tints of Blue Gem #533F9F

Color information

#533F9F (or 0x533F9F) is unknown color: approx Blue Gem. HEX triplet: 53, 3F and 9F. RGB value is (83,63,159). Sum of RGB (Red+Green+Blue) = 83+63+159=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #533F9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F9F is #ACC060. Grayscale: #4F4F4F. Windows color (decimal): -11321441 or 10436435. OLE color: 10436435.

HSL color Cylindrical-coordinate representation of color #533F9F: hue angle of 252.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #533F9F is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8363159-
CMYK0.480.6000.38
HSL252.5º43.24%43.53%-
HSV(B)252.5º60.38%62.35%-
XYZ11.67.933.71-
YUV79.92172.63130.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 63 (25% from 255) = 20.66%
BLUE value IS 159 (62.5% from 255) = 52.13%
R=27.21%
G=20.66%
B=52.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83631590.480.6000.38252.543.2443.53
Hex533F9F303C026fc2b2c
Octal1237723760740463745354
Binary101001111111110011111110000111100010011011111100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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