Html Css Color HEX #5508DA Han Purple

📋 copy color: '#5508DA'

red 85 ◦ green 8 ◦ blue 218

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

Shades of Han Purple #5508DA

Tints of Han Purple #5508DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.1%

R = 27.33%
G = 2.57%
B = 70.1%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5508DA (or 0x5508DA) is known color: Han Purple. HEX triplet: 55, 08 and DA. RGB value is (85,8,218). Sum of RGB (Red+Green+Blue) = 85+8+218=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #5508DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5508DA is #AAF725. Grayscale: #363636. Windows color (decimal): -11204390 or 14288981. OLE color: 14288981.

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

Color convert

RGB 85 8 218 -
CMYK 0.61 0.96 0 0.15
HSL 262º 0.93% 0.44% -
HSV(B) 262º 0.96% 0.85% -
XYZ 16.49 7.17 66.84 -
YUV 54.96 220.01 149.42 -
System Red Green Blue C M Y K H S L
Decimal 85 8 218 0.61 0.96 0 0.15 262 0.93 0.44
Hex 55 8 DA 3D 60 0 F 106 5D 2C
Octal 125 10 332 75 140 0 17 406 135 54
Binary 1010101 1000 11011010 111101 1100000 0 1111 100000110 1011101 101100

Color Harmonies of #5508DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5508DA

Black with #5508DA

Text Example


Text Example

White with #5508DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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