Html Css Color HEX #55329F Daisy Bush

📋 copy color: '#55329F'

red 85 ◦ green 50 ◦ blue 159

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

Shades of Daisy Bush #55329F

Tints of Daisy Bush #55329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.08%

R = 28.91%
G = 17.01%
B = 54.08%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55329F (or 0x55329F) is known color: Daisy Bush. HEX triplet: 55, 32 and 9F. RGB value is (85,50,159). Sum of RGB (Red+Green+Blue) = 85+50+159=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #55329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55329F is #AACD60. Grayscale: #484848. Windows color (decimal): -11193697 or 10433109. OLE color: 10433109.

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

Color convert

RGB 85 50 159 -
CMYK 0.47 0.69 0 0.38
HSL 259.27º 0.52% 0.41% -
HSV(B) 259.27º 0.69% 0.62% -
XYZ 11.14 6.72 33.51 -
YUV 72.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 85 50 159 0.47 0.69 0 0.38 259.27 0.52 0.41
Hex 55 32 9F 2F 45 0 26 103 34 29
Octal 125 62 237 57 105 0 46 403 64 51
Binary 1010101 110010 10011111 101111 1000101 0 100110 100000011 110100 101001

Color Harmonies of #55329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55329F

Black with #55329F

Text Example


Text Example

White with #55329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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