Html Css Color HEX #5436E6 Han Purple

📋 copy color: '#5436E6'

red 84 ◦ green 54 ◦ blue 230

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

Shades of Han Purple #5436E6

Tints of Han Purple #5436E6

RGB

 RED value IS 84 (33.2% from 255) = 22.83%

 GREEN value IS 54 (21.48% from 255) = 14.67%

 BLUE value IS 230 (90.23% from 255) = 62.5%

R = 22.83%
G = 14.67%
B = 62.5%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5436E6 (or 0x5436E6) is known color: Han Purple. HEX triplet: 54, 36 and E6. RGB value is (84,54,230). Sum of RGB (Red+Green+Blue) = 84+54+230=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 230 (90.23% from 255 or 62.5% from 368); Max value from RGB is 230 - color contains mainly: blue. Hex color #5436E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5436E6 is #ABC919. Grayscale: #525252. Windows color (decimal): -11258138 or 15087188. OLE color: 15087188.

HSL color Cylindrical-coordinate representation of color #5436E6: hue angle of 250.23º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5436E6 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 54 230 -
CMYK 0.63 0.77 0 0.10
HSL 250.23º 0.78% 0.56% -
HSV(B) 250.23º 0.77% 0.9% -
XYZ 19.26 10.24 75.82 -
YUV 83.03 210.94 128.69 -
System Red Green Blue C M Y K H S L
Decimal 84 54 230 0.63 0.77 0 0.10 250.23 0.78 0.56
Hex 54 36 E6 3F 4D 0 A FA 4E 38
Octal 124 66 346 77 115 0 12 372 116 70
Binary 1010100 110110 11100110 111111 1001101 0 1010 11111010 1001110 111000

Color Harmonies of #5436E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5436E6

Black with #5436E6

Text Example


Text Example

White with #5436E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5436E6; }

 p { color: rgb(84,54,230); }

 H1.HeaderClassName
 {
   color: #5436E6;
 }
 .AnyTagClassName
 {
   color: #5436E6;
 }
</style>

background-color css

<style>
 a { background-color: #5436E6; }

 a { background-color: rgb(84,54,230); }

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

border-color css

<style>
 span { border-color: #5436E6; }

 span { border-color: rgb(84,54,230); }

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