Html Css Color HEX #533F96 Blue Gem

📋 copy color: '#533F96'

red 83 ◦ green 63 ◦ blue 150

#533F96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #533F96

Tints of Blue Gem #533F96

RGB

 RED value IS 83 (32.81% from 255) = 28.04%

 GREEN value IS 63 (25% from 255) = 21.28%

 BLUE value IS 150 (58.98% from 255) = 50.68%

R = 28.04%
G = 21.28%
B = 50.68%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#533F96 (or 0x533F96) is known color: Blue Gem. HEX triplet: 53, 3F and 96. RGB value is (83,63,150). Sum of RGB (Red+Green+Blue) = 83+63+150=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #533F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F96 is #ACC069. Grayscale: #4E4E4E. Windows color (decimal): -11321450 or 9846611. OLE color: 9846611.

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

Color convert

RGB 83 63 150 -
CMYK 0.45 0.58 0 0.41
HSL 253.79º 0.41% 0.42% -
HSV(B) 253.79º 0.58% 0.59% -
XYZ 10.85 7.6 29.75 -
YUV 78.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 83 63 150 0.45 0.58 0 0.41 253.79 0.41 0.42
Hex 53 3F 96 2D 3A 0 29 FE 29 2A
Octal 123 77 226 55 72 0 51 376 51 52
Binary 1010011 111111 10010110 101101 111010 0 101001 11111110 101001 101010

Color Harmonies of #533F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F96

Black with #533F96

Text Example


Text Example

White with #533F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #533F96;
 }
 .AnyTagClassName
 {
   color: #533F96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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