Html Css Color HEX #55319F Daisy Bush

📋 copy color: '#55319F'

red 85 ◦ green 49 ◦ blue 159

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

Shades of Daisy Bush #55319F

Tints of Daisy Bush #55319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.72%

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

R = 29.01%
G = 16.72%
B = 54.27%

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

#55319F (or 0x55319F) is known color: Daisy Bush. HEX triplet: 55, 31 and 9F. RGB value is (85,49,159). Sum of RGB (Red+Green+Blue) = 85+49+159=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #55319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55319F is #AACE60. Grayscale: #474747. Windows color (decimal): -11193953 or 10432853. OLE color: 10432853.

HSL color Cylindrical-coordinate representation of color #55319F: hue angle of 259.64º degrees, saturation: 0.53, 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 #55319F is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 49 159 -
CMYK 0.47 0.69 0 0.38
HSL 259.64º 0.53% 0.41% -
HSV(B) 259.64º 0.69% 0.62% -
XYZ 11.1 6.63 33.5 -
YUV 72.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 85 49 159 0.47 0.69 0 0.38 259.64 0.53 0.41
Hex 55 31 9F 2F 45 0 26 104 35 29
Octal 125 61 237 57 105 0 46 404 65 51
Binary 1010101 110001 10011111 101111 1000101 0 100110 100000100 110101 101001

Color Harmonies of #55319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55319F

Black with #55319F

Text Example


Text Example

White with #55319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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