Html Css Color HEX #5305EE Han Purple

📋 copy color: '#5305EE'

red 83 ◦ green 5 ◦ blue 238

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

Shades of Han Purple #5305EE

Tints of Han Purple #5305EE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.53%

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

R = 25.46%
G = 1.53%
B = 73.01%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5305EE (or 0x5305EE) is known color: Han Purple. HEX triplet: 53, 05 and EE. RGB value is (83,5,238). Sum of RGB (Red+Green+Blue) = 83+5+238=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 238 (93.36% from 255 or 73.01% from 326); Max value from RGB is 238 - color contains mainly: blue. Hex color #5305EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5305EE is #ACFA11. Grayscale: #363636. Windows color (decimal): -11336210 or 15598931. OLE color: 15598931.

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

Color convert

RGB 83 5 238 -
CMYK 0.65 0.98 0 0.07
HSL 260.09º 0.96% 0.48% -
HSV(B) 260.09º 0.98% 0.93% -
XYZ 19.05 8.12 81.45 -
YUV 54.88 231.34 148.05 -
System Red Green Blue C M Y K H S L
Decimal 83 5 238 0.65 0.98 0 0.07 260.09 0.96 0.48
Hex 53 5 EE 41 62 0 7 104 60 30
Octal 123 5 356 101 142 0 7 404 140 60
Binary 1010011 101 11101110 1000001 1100010 0 111 100000100 1100000 110000

Color Harmonies of #5305EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5305EE

Black with #5305EE

Text Example


Text Example

White with #5305EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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