Html Css Color HEX #55329E Daisy Bush

📋 copy color: '#55329E'

red 85 ◦ green 50 ◦ blue 158

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

Shades of Daisy Bush #55329E

Tints of Daisy Bush #55329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.06%

 BLUE value IS 158 (62.11% from 255) = 53.92%

R = 29.01%
G = 17.06%
B = 53.92%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55329E (or 0x55329E) is known color: Daisy Bush. HEX triplet: 55, 32 and 9E. RGB value is (85,50,158). Sum of RGB (Red+Green+Blue) = 85+50+158=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #55329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55329E is #AACD61. Grayscale: #484848. Windows color (decimal): -11193698 or 10367573. OLE color: 10367573.

HSL color Cylindrical-coordinate representation of color #55329E: hue angle of 259.44º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55329E is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 50 158 -
CMYK 0.46 0.68 0 0.38
HSL 259.44º 0.52% 0.41% -
HSV(B) 259.44º 0.68% 0.62% -
XYZ 11.06 6.68 33.05 -
YUV 72.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 85 50 158 0.46 0.68 0 0.38 259.44 0.52 0.41
Hex 55 32 9E 2E 44 0 26 103 34 29
Octal 125 62 236 56 104 0 46 403 64 51
Binary 1010101 110010 10011110 101110 1000100 0 100110 100000011 110100 101001

Color Harmonies of #55329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55329E

Black with #55329E

Text Example


Text Example

White with #55329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55329E; }

 p { color: rgb(85,50,158); }

 H1.HeaderClassName
 {
   color: #55329E;
 }
 .AnyTagClassName
 {
   color: #55329E;
 }
</style>

background-color css

<style>
 a { background-color: #55329E; }

 a { background-color: rgb(85,50,158); }

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

border-color css

<style>
 span { border-color: #55329E; }

 span { border-color: rgb(85,50,158); }

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