#5C08D8

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

Shades of Han Purple #5C08D8

Tints of Han Purple #5C08D8

Color information

#5C08D8 (or 0x5C08D8) is unknown color: approx Han Purple. HEX triplet: 5C, 08 and D8. RGB value is (92,8,216). Sum of RGB (Red+Green+Blue) = 92+8+216=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 216 (84.77% from 255 or 68.35% from 316); Max value from RGB is 216 - color contains mainly: blue. Hex color #5C08D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C08D8 is #A3F727. Grayscale: #383838. Windows color (decimal): -10745640 or 14157916. OLE color: 14157916.

HSL color Cylindrical-coordinate representation of color #5C08D8: hue angle of 264.23º 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 #5C08D8 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB928216-
CMYK0.570.9600.15
HSL264.23º92.86%43.92%-
HSV(B)264.23º96.3%84.71%-
XYZ16.97.4165.5-
YUV56.83217.83153.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.11%
GREEN value IS 8 (3.52% from 255) = 2.53%
BLUE value IS 216 (84.77% from 255) = 68.35%
R=29.11%
G=2.53%
B=68.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal9282160.570.9600.15264.2392.8643.92
Hex5C8D839600F1085d2c
Octal134103307114001741013554
Binary10111001000110110001110011100000011111000010001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C08D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C08D8; }

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

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

<style>
 a { background-color: #5C08D8; }

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

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

<style>
 span { border-color: #5C08D8; }

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

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