#55309E

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

Shades of Daisy Bush #55309E

Tints of Daisy Bush #55309E

Color information

#55309E (or 0x55309E) is unknown color: approx Daisy Bush. HEX triplet: 55, 30 and 9E. RGB value is (85,48,158). Sum of RGB (Red+Green+Blue) = 85+48+158=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #55309E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55309E is #AACF61. Grayscale: #474747. Windows color (decimal): -11194210 or 10367061. OLE color: 10367061.

HSL color Cylindrical-coordinate representation of color #55309E: hue angle of 260.18º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55309E is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8548158-
CMYK0.460.7000.38
HSL260.18º53.4%40.39%-
HSV(B)260.18º69.62%61.96%-
XYZ10.976.5133.03-
YUV71.6176.76137.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=29.21%
G=16.49%
B=54.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85481580.460.7000.38260.1853.440.39
Hex55309E2E460261043528
Octal12560236561060464046550
Binary10101011100001001111010111010001100100110100000100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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