Html Css Color HEX #5508DF Han Purple

📋 copy color: '#5508DF'

red 85 ◦ green 8 ◦ blue 223

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

Shades of Han Purple #5508DF

Tints of Han Purple #5508DF

RGB

 RED value IS 85 (33.59% from 255) = 26.9%

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

 BLUE value IS 223 (87.5% from 255) = 70.57%

R = 26.9%
G = 2.53%
B = 70.57%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5508DF (or 0x5508DF) is known color: Han Purple. HEX triplet: 55, 08 and DF. RGB value is (85,8,223). Sum of RGB (Red+Green+Blue) = 85+8+223=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #5508DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5508DF is #AAF720. Grayscale: #363636. Windows color (decimal): -11204385 or 14616661. OLE color: 14616661.

HSL color Cylindrical-coordinate representation of color #5508DF: hue angle of 261.49º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5508DF is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 8 223 -
CMYK 0.62 0.96 0 0.13
HSL 261.49º 0.93% 0.45% -
HSV(B) 261.49º 0.96% 0.87% -
XYZ 17.15 7.43 70.34 -
YUV 55.53 222.51 149.02 -
System Red Green Blue C M Y K H S L
Decimal 85 8 223 0.62 0.96 0 0.13 261.49 0.93 0.45
Hex 55 8 DF 3E 60 0 D 105 5D 2D
Octal 125 10 337 76 140 0 15 405 135 55
Binary 1010101 1000 11011111 111110 1100000 0 1101 100000101 1011101 101101

Color Harmonies of #5508DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5508DF

Black with #5508DF

Text Example


Text Example

White with #5508DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5508DF; }

 p { color: rgb(85,8,223); }

 H1.HeaderClassName
 {
   color: #5508DF;
 }
 .AnyTagClassName
 {
   color: #5508DF;
 }
</style>

background-color css

<style>
 a { background-color: #5508DF; }

 a { background-color: rgb(85,8,223); }

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

border-color css

<style>
 span { border-color: #5508DF; }

 span { border-color: rgb(85,8,223); }

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