Html Css Color HEX #55209F Daisy Bush

📋 copy color: '#55209F'

red 85 ◦ green 32 ◦ blue 159

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

Shades of Daisy Bush #55209F

Tints of Daisy Bush #55209F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 30.8%
G = 11.59%
B = 57.61%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55209F (or 0x55209F) is known color: Daisy Bush. HEX triplet: 55, 20 and 9F. RGB value is (85,32,159). Sum of RGB (Red+Green+Blue) = 85+32+159=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #55209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55209F is #AADF60. Grayscale: #3D3D3D. Windows color (decimal): -11198305 or 10428501. OLE color: 10428501.

HSL color Cylindrical-coordinate representation of color #55209F: hue angle of 265.04º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55209F is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 32 159 -
CMYK 0.47 0.80 0 0.38
HSL 265.04º 0.66% 0.37% -
HSV(B) 265.04º 0.8% 0.62% -
XYZ 10.52 5.47 33.3 -
YUV 62.33 182.56 144.17 -
System Red Green Blue C M Y K H S L
Decimal 85 32 159 0.47 0.80 0 0.38 265.04 0.66 0.37
Hex 55 20 9F 2F 50 0 26 109 42 25
Octal 125 40 237 57 120 0 46 411 102 45
Binary 1010101 100000 10011111 101111 1010000 0 100110 100001001 1000010 100101

Color Harmonies of #55209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55209F

Black with #55209F

Text Example


Text Example

White with #55209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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