Html Css Color HEX #5608D8 Han Purple

📋 copy color: '#5608D8'

red 86 ◦ green 8 ◦ blue 216

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

Shades of Han Purple #5608D8

Tints of Han Purple #5608D8

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

 BLUE value IS 216 (84.77% from 255) = 69.68%

R = 27.74%
G = 2.58%
B = 69.68%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5608D8 (or 0x5608D8) is known color: Han Purple. HEX triplet: 56, 08 and D8. RGB value is (86,8,216). Sum of RGB (Red+Green+Blue) = 86+8+216=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 216 (84.77% from 255 or 69.68% from 310); Max value from RGB is 216 - color contains mainly: blue. Hex color #5608D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5608D8 is #A9F727. Grayscale: #363636. Windows color (decimal): -11138856 or 14157910. OLE color: 14157910.

HSL color Cylindrical-coordinate representation of color #5608D8: hue angle of 262.5º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5608D8 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 8 216 -
CMYK 0.60 0.96 0 0.15
HSL 262.5º 0.93% 0.44% -
HSV(B) 262.5º 0.96% 0.85% -
XYZ 16.32 7.11 65.48 -
YUV 55.03 218.84 150.09 -
System Red Green Blue C M Y K H S L
Decimal 86 8 216 0.60 0.96 0 0.15 262.5 0.93 0.44
Hex 56 8 D8 3C 60 0 F 106 5D 2C
Octal 126 10 330 74 140 0 17 406 135 54
Binary 1010110 1000 11011000 111100 1100000 0 1111 100000110 1011101 101100

Color Harmonies of #5608D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5608D8

Black with #5608D8

Text Example


Text Example

White with #5608D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5608D8; }

 p { color: rgb(86,8,216); }

 H1.HeaderClassName
 {
   color: #5608D8;
 }
 .AnyTagClassName
 {
   color: #5608D8;
 }
</style>

background-color css

<style>
 a { background-color: #5608D8; }

 a { background-color: rgb(86,8,216); }

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

border-color css

<style>
 span { border-color: #5608D8; }

 span { border-color: rgb(86,8,216); }

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