Html Css Color HEX #5235EE Han Purple

📋 copy color: '#5235EE'

red 82 ◦ green 53 ◦ blue 238

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

Shades of Han Purple #5235EE

Tints of Han Purple #5235EE

RGB

 RED value IS 82 (32.42% from 255) = 21.98%

 GREEN value IS 53 (21.09% from 255) = 14.21%

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

R = 21.98%
G = 14.21%
B = 63.81%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5235EE (or 0x5235EE) is known color: Han Purple. HEX triplet: 52, 35 and EE. RGB value is (82,53,238). Sum of RGB (Red+Green+Blue) = 82+53+238=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #5235EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5235EE is #ADCA11. Grayscale: #525252. Windows color (decimal): -11389458 or 15611218. OLE color: 15611218.

HSL color Cylindrical-coordinate representation of color #5235EE: hue angle of 249.41º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5235EE is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 53 238 -
CMYK 0.66 0.78 0 0.07
HSL 249.41º 0.84% 0.57% -
HSV(B) 249.41º 0.78% 0.93% -
XYZ 20.19 10.51 81.85 -
YUV 82.76 215.61 127.46 -
System Red Green Blue C M Y K H S L
Decimal 82 53 238 0.66 0.78 0 0.07 249.41 0.84 0.57
Hex 52 35 EE 42 4E 0 7 F9 54 39
Octal 122 65 356 102 116 0 7 371 124 71
Binary 1010010 110101 11101110 1000010 1001110 0 111 11111001 1010100 111001

Color Harmonies of #5235EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5235EE

Black with #5235EE

Text Example


Text Example

White with #5235EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,53,238); }

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

background-color css

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

 a { background-color: rgb(82,53,238); }

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

border-color css

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

 span { border-color: rgb(82,53,238); }

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