Html Css Color HEX #55349D Daisy Bush

📋 copy color: '#55349D'

red 85 ◦ green 52 ◦ blue 157

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

Shades of Daisy Bush #55349D

Tints of Daisy Bush #55349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 28.91%
G = 17.69%
B = 53.4%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55349D (or 0x55349D) is known color: Daisy Bush. HEX triplet: 55, 34 and 9D. RGB value is (85,52,157). Sum of RGB (Red+Green+Blue) = 85+52+157=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #55349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55349D is #AACB62. Grayscale: #494949. Windows color (decimal): -11193187 or 10302549. OLE color: 10302549.

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

Color convert

RGB 85 52 157 -
CMYK 0.46 0.67 0 0.38
HSL 258.86º 0.5% 0.41% -
HSV(B) 258.86º 0.67% 0.62% -
XYZ 11.06 6.82 32.63 -
YUV 73.84 174.93 135.96 -
System Red Green Blue C M Y K H S L
Decimal 85 52 157 0.46 0.67 0 0.38 258.86 0.5 0.41
Hex 55 34 9D 2E 43 0 26 103 32 29
Octal 125 64 235 56 103 0 46 403 62 51
Binary 1010101 110100 10011101 101110 1000011 0 100110 100000011 110010 101001

Color Harmonies of #55349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55349D

Black with #55349D

Text Example


Text Example

White with #55349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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