Html Css Color HEX #5625EE Han Purple

📋 copy color: '#5625EE'

red 86 ◦ green 37 ◦ blue 238

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

Shades of Han Purple #5625EE

Tints of Han Purple #5625EE

RGB

 RED value IS 86 (33.98% from 255) = 23.82%

 GREEN value IS 37 (14.84% from 255) = 10.25%

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

R = 23.82%
G = 10.25%
B = 65.93%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5625EE (or 0x5625EE) is known color: Han Purple. HEX triplet: 56, 25 and EE. RGB value is (86,37,238). Sum of RGB (Red+Green+Blue) = 86+37+238=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #5625EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5625EE is #A9DA11. Grayscale: #494949. Windows color (decimal): -11131410 or 15607126. OLE color: 15607126.

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

Color convert

RGB 86 37 238 -
CMYK 0.64 0.84 0 0.07
HSL 254.63º 0.86% 0.54% -
HSV(B) 254.63º 0.84% 0.93% -
XYZ 19.93 9.47 81.67 -
YUV 74.57 220.23 136.16 -
System Red Green Blue C M Y K H S L
Decimal 86 37 238 0.64 0.84 0 0.07 254.63 0.86 0.54
Hex 56 25 EE 40 54 0 7 FF 56 36
Octal 126 45 356 100 124 0 7 377 126 66
Binary 1010110 100101 11101110 1000000 1010100 0 111 11111111 1010110 110110

Color Harmonies of #5625EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5625EE

Black with #5625EE

Text Example


Text Example

White with #5625EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,37,238); }

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

background-color css

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

 a { background-color: rgb(86,37,238); }

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

border-color css

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

 span { border-color: rgb(86,37,238); }

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