Html Css Color HEX #5326EB Han Purple

📋 copy color: '#5326EB'

red 83 ◦ green 38 ◦ blue 235

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

Shades of Han Purple #5326EB

Tints of Han Purple #5326EB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.67%

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

R = 23.31%
G = 10.67%
B = 66.01%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5326EB (or 0x5326EB) is known color: Han Purple. HEX triplet: 53, 26 and EB. RGB value is (83,38,235). Sum of RGB (Red+Green+Blue) = 83+38+235=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #5326EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5326EB is #ACD914. Grayscale: #494949. Windows color (decimal): -11327765 or 15410771. OLE color: 15410771.

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

Color convert

RGB 83 38 235 -
CMYK 0.65 0.84 0 0.08
HSL 253.71º 0.83% 0.54% -
HSV(B) 253.71º 0.84% 0.92% -
XYZ 19.26 9.22 79.36 -
YUV 73.91 218.91 134.48 -
System Red Green Blue C M Y K H S L
Decimal 83 38 235 0.65 0.84 0 0.08 253.71 0.83 0.54
Hex 53 26 EB 41 54 0 8 FE 53 36
Octal 123 46 353 101 124 0 10 376 123 66
Binary 1010011 100110 11101011 1000001 1010100 0 1000 11111110 1010011 110110

Color Harmonies of #5326EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5326EB

Black with #5326EB

Text Example


Text Example

White with #5326EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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