#5934EE

Color #5934EE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5934EE

Tints of Han Purple #5934EE

Color information

#5934EE (or 0x5934EE) is unknown color: approx Han Purple. HEX triplet: 59, 34 and EE. RGB value is (89,52,238). Sum of RGB (Red+Green+Blue) = 89+52+238=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #5934EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5934EE is #A6CB11. Grayscale: #535353. Windows color (decimal): -10930962 or 15610969. OLE color: 15610969.

HSL color Cylindrical-coordinate representation of color #5934EE: hue angle of 251.94º degrees, saturation: 0.85, 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 #5934EE is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8952238-
CMYK0.630.7800.07
HSL251.94º84.55%56.86%-
HSV(B)251.94º78.15%93.33%-
XYZ20.7810.7581.87-
YUV84.27214.76131.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.48%
GREEN value IS 52 (20.70% from 255) = 13.72%
BLUE value IS 238 (93.36% from 255) = 62.80%
R=23.48%
G=13.72%
B=62.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal89522380.630.7800.07251.9484.5556.86
Hex5934EE3F4E07fc5539
Octal13164356771160737412571
Binary10110011101001110111011111110011100111111111001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5934EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,52,238); }

 H1.HeaderClassName
 {
   color: #5934EE;
 }
 .AnyTagClassName
 {
   color: #5934EE;
 }
</style>
background-color css

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

 a { background-color: rgb(89,52,238); }

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

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

 span { border-color: rgb(89,52,238); }

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