Html Css Color HEX #5333EB Han Purple

📋 copy color: '#5333EB'

red 83 ◦ green 51 ◦ blue 235

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

Shades of Han Purple #5333EB

Tints of Han Purple #5333EB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.82%

 BLUE value IS 235 (92.19% from 255) = 63.69%

R = 22.49%
G = 13.82%
B = 63.69%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5333EB (or 0x5333EB) is known color: Han Purple. HEX triplet: 53, 33 and EB. RGB value is (83,51,235). Sum of RGB (Red+Green+Blue) = 83+51+235=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #5333EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5333EB is #ACCC14. Grayscale: #505050. Windows color (decimal): -11324437 or 15414099. OLE color: 15414099.

HSL color Cylindrical-coordinate representation of color #5333EB: hue angle of 250.43º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5333EB is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 51 235 -
CMYK 0.65 0.78 0 0.08
HSL 250.43º 0.82% 0.56% -
HSV(B) 250.43º 0.78% 0.92% -
XYZ 19.75 10.2 79.53 -
YUV 81.54 214.6 129.04 -
System Red Green Blue C M Y K H S L
Decimal 83 51 235 0.65 0.78 0 0.08 250.43 0.82 0.56
Hex 53 33 EB 41 4E 0 8 FA 52 38
Octal 123 63 353 101 116 0 10 372 122 70
Binary 1010011 110011 11101011 1000001 1001110 0 1000 11111010 1010010 111000

Color Harmonies of #5333EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5333EB

Black with #5333EB

Text Example


Text Example

White with #5333EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5333EB; }

 p { color: rgb(83,51,235); }

 H1.HeaderClassName
 {
   color: #5333EB;
 }
 .AnyTagClassName
 {
   color: #5333EB;
 }
</style>

background-color css

<style>
 a { background-color: #5333EB; }

 a { background-color: rgb(83,51,235); }

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

border-color css

<style>
 span { border-color: #5333EB; }

 span { border-color: rgb(83,51,235); }

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