Html Css Color HEX #5606EF Han Purple

📋 copy color: '#5606EF'

red 86 ◦ green 6 ◦ blue 239

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

Shades of Han Purple #5606EF

Tints of Han Purple #5606EF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.81%

 BLUE value IS 239 (93.75% from 255) = 72.21%

R = 25.98%
G = 1.81%
B = 72.21%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5606EF (or 0x5606EF) is known color: Han Purple. HEX triplet: 56, 06 and EF. RGB value is (86,6,239). Sum of RGB (Red+Green+Blue) = 86+6+239=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #5606EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5606EF is #A9F910. Grayscale: #373737. Windows color (decimal): -11139345 or 15664726. OLE color: 15664726.

HSL color Cylindrical-coordinate representation of color #5606EF: hue angle of 260.6º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5606EF is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 6 239 -
CMYK 0.64 0.97 0 0.06
HSL 260.6º 0.95% 0.48% -
HSV(B) 260.6º 0.97% 0.94% -
XYZ 19.48 8.34 82.24 -
YUV 56.48 231 149.05 -
System Red Green Blue C M Y K H S L
Decimal 86 6 239 0.64 0.97 0 0.06 260.6 0.95 0.48
Hex 56 6 EF 40 61 0 6 105 5F 30
Octal 126 6 357 100 141 0 6 405 137 60
Binary 1010110 110 11101111 1000000 1100001 0 110 100000101 1011111 110000

Color Harmonies of #5606EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5606EF

Black with #5606EF

Text Example


Text Example

White with #5606EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5606EF; }

 p { color: rgb(86,6,239); }

 H1.HeaderClassName
 {
   color: #5606EF;
 }
 .AnyTagClassName
 {
   color: #5606EF;
 }
</style>

background-color css

<style>
 a { background-color: #5606EF; }

 a { background-color: rgb(86,6,239); }

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

border-color css

<style>
 span { border-color: #5606EF; }

 span { border-color: rgb(86,6,239); }

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