Html Css Color HEX #55349B Daisy Bush

📋 copy color: '#55349B'

red 85 ◦ green 52 ◦ blue 155

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

Shades of Daisy Bush #55349B

Tints of Daisy Bush #55349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

 BLUE value IS 155 (60.94% from 255) = 53.08%

R = 29.11%
G = 17.81%
B = 53.08%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55349B (or 0x55349B) is known color: Daisy Bush. HEX triplet: 55, 34 and 9B. RGB value is (85,52,155). Sum of RGB (Red+Green+Blue) = 85+52+155=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #55349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55349B is #AACB64. Grayscale: #494949. Windows color (decimal): -11193189 or 10171477. OLE color: 10171477.

HSL color Cylindrical-coordinate representation of color #55349B: hue angle of 259.22º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55349B is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 52 155 -
CMYK 0.45 0.66 0 0.39
HSL 259.22º 0.5% 0.41% -
HSV(B) 259.22º 0.66% 0.61% -
XYZ 10.89 6.75 31.74 -
YUV 73.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 85 52 155 0.45 0.66 0 0.39 259.22 0.5 0.41
Hex 55 34 9B 2D 42 0 27 103 32 29
Octal 125 64 233 55 102 0 47 403 62 51
Binary 1010101 110100 10011011 101101 1000010 0 100111 100000011 110010 101001

Color Harmonies of #55349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55349B

Black with #55349B

Text Example


Text Example

White with #55349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55349B; }

 p { color: rgb(85,52,155); }

 H1.HeaderClassName
 {
   color: #55349B;
 }
 .AnyTagClassName
 {
   color: #55349B;
 }
</style>

background-color css

<style>
 a { background-color: #55349B; }

 a { background-color: rgb(85,52,155); }

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

border-color css

<style>
 span { border-color: #55349B; }

 span { border-color: rgb(85,52,155); }

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