Html Css Color HEX #55379F Daisy Bush

📋 copy color: '#55379F'

red 85 ◦ green 55 ◦ blue 159

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

Shades of Daisy Bush #55379F

Tints of Daisy Bush #55379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

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

R = 28.43%
G = 18.39%
B = 53.18%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55379F (or 0x55379F) is known color: Daisy Bush. HEX triplet: 55, 37 and 9F. RGB value is (85,55,159). Sum of RGB (Red+Green+Blue) = 85+55+159=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #55379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55379F is #AAC860. Grayscale: #4B4B4B. Windows color (decimal): -11192417 or 10434389. OLE color: 10434389.

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

Color convert

RGB 85 55 159 -
CMYK 0.47 0.65 0 0.38
HSL 257.31º 0.49% 0.42% -
HSV(B) 257.31º 0.65% 0.62% -
XYZ 11.37 7.17 33.58 -
YUV 75.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 85 55 159 0.47 0.65 0 0.38 257.31 0.49 0.42
Hex 55 37 9F 2F 41 0 26 101 31 2A
Octal 125 67 237 57 101 0 46 401 61 52
Binary 1010101 110111 10011111 101111 1000001 0 100110 100000001 110001 101010

Color Harmonies of #55379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55379F

Black with #55379F

Text Example


Text Example

White with #55379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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