#55306A

Color #55306A Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #55306A

Tints of Honey Flower #55306A

Color information

#55306A (or 0x55306A) is unknown color: approx Honey Flower. HEX triplet: 55, 30 and 6A. RGB value is (85,48,106). Sum of RGB (Red+Green+Blue) = 85+48+106=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #55306A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55306A is #AACF95. Grayscale: #414141. Windows color (decimal): -11194262 or 6959189. OLE color: 6959189.

HSL color Cylindrical-coordinate representation of color #55306A: hue angle of 278.28º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55306A is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8548106-
CMYK0.200.5500.58
HSL278.28º37.66%30.2%-
HSV(B)278.28º54.72%41.57%-
XYZ7.45.0914.23-
YUV65.68150.76141.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=35.56%
G=20.08%
B=44.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85481060.200.5500.58278.2837.6630.2
Hex55306A143703A116261e
Octal1256015224670724264636
Binary1010101110000110101010100110111011101010001011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55306A; }

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

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

<style>
 a { background-color: #55306A; }

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

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

<style>
 span { border-color: #55306A; }

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

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