Html Css Color HEX #5332EE Han Purple

📋 copy color: '#5332EE'

red 83 ◦ green 50 ◦ blue 238

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

Shades of Han Purple #5332EE

Tints of Han Purple #5332EE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.48%

 BLUE value IS 238 (93.36% from 255) = 64.15%

R = 22.37%
G = 13.48%
B = 64.15%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5332EE (or 0x5332EE) is known color: Han Purple. HEX triplet: 53, 32 and EE. RGB value is (83,50,238). Sum of RGB (Red+Green+Blue) = 83+50+238=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #5332EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5332EE is #ACCD11. Grayscale: #505050. Windows color (decimal): -11324690 or 15610451. OLE color: 15610451.

HSL color Cylindrical-coordinate representation of color #5332EE: hue angle of 250.53º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5332EE is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 50 238 -
CMYK 0.65 0.79 0 0.07
HSL 250.53º 0.85% 0.56% -
HSV(B) 250.53º 0.79% 0.93% -
XYZ 20.14 10.29 81.81 -
YUV 81.3 216.43 129.21 -
System Red Green Blue C M Y K H S L
Decimal 83 50 238 0.65 0.79 0 0.07 250.53 0.85 0.56
Hex 53 32 EE 41 4F 0 7 FB 55 38
Octal 123 62 356 101 117 0 7 373 125 70
Binary 1010011 110010 11101110 1000001 1001111 0 111 11111011 1010101 111000

Color Harmonies of #5332EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5332EE

Black with #5332EE

Text Example


Text Example

White with #5332EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5332EE; }

 p { color: rgb(83,50,238); }

 H1.HeaderClassName
 {
   color: #5332EE;
 }
 .AnyTagClassName
 {
   color: #5332EE;
 }
</style>

background-color css

<style>
 a { background-color: #5332EE; }

 a { background-color: rgb(83,50,238); }

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

border-color css

<style>
 span { border-color: #5332EE; }

 span { border-color: rgb(83,50,238); }

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