#55209E

Color #55209E Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #55209E

Tints of Daisy Bush #55209E

Color information

#55209E (or 0x55209E) is unknown color: approx Daisy Bush. HEX triplet: 55, 20 and 9E. RGB value is (85,32,158). Sum of RGB (Red+Green+Blue) = 85+32+158=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #55209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55209E is #AADF61. Grayscale: #3D3D3D. Windows color (decimal): -11198306 or 10362965. OLE color: 10362965.

HSL color Cylindrical-coordinate representation of color #55209E: hue angle of 265.24º 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 #55209E is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8532158-
CMYK0.460.8000.38
HSL265.24º66.32%37.25%-
HSV(B)265.24º79.75%61.96%-
XYZ10.435.4332.85-
YUV62.21182.06144.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 32 (12.89% from 255) = 11.64%
BLUE value IS 158 (62.11% from 255) = 57.45%
R=30.91%
G=11.64%
B=57.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85321580.460.8000.38265.2466.3237.25
Hex55209E2E500261094225
Octal125402365612004641110245
Binary101010110000010011110101110101000001001101000010011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55209E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55209E;
 }
 .AnyTagClassName
 {
   color: #55209E;
 }
</style>
background-color css

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

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

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

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

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

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