Html Css Color HEX #55309B Daisy Bush

📋 copy color: '#55309B'

red 85 ◦ green 48 ◦ blue 155

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

Shades of Daisy Bush #55309B

Tints of Daisy Bush #55309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

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

R = 29.51%
G = 16.67%
B = 53.82%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55309B (or 0x55309B) is known color: Daisy Bush. HEX triplet: 55, 30 and 9B. RGB value is (85,48,155). Sum of RGB (Red+Green+Blue) = 85+48+155=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #55309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55309B is #AACF64. Grayscale: #464646. Windows color (decimal): -11194213 or 10170453. OLE color: 10170453.

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

Color convert

RGB 85 48 155 -
CMYK 0.45 0.69 0 0.39
HSL 260.75º 0.53% 0.4% -
HSV(B) 260.75º 0.69% 0.61% -
XYZ 10.72 6.41 31.68 -
YUV 71.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 85 48 155 0.45 0.69 0 0.39 260.75 0.53 0.4
Hex 55 30 9B 2D 45 0 27 105 35 28
Octal 125 60 233 55 105 0 47 405 65 50
Binary 1010101 110000 10011011 101101 1000101 0 100111 100000101 110101 101000

Color Harmonies of #55309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55309B

Black with #55309B

Text Example


Text Example

White with #55309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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