#55306B

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

Shades of Honey Flower #55306B

Tints of Honey Flower #55306B

Color information

#55306B (or 0x55306B) is unknown color: approx Honey Flower. HEX triplet: 55, 30 and 6B. RGB value is (85,48,107). Sum of RGB (Red+Green+Blue) = 85+48+107=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #55306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55306B is #AACF94. Grayscale: #414141. Windows color (decimal): -11194261 or 7024725. OLE color: 7024725.

HSL color Cylindrical-coordinate representation of color #55306B: hue angle of 277.63º 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 #55306B is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8548107-
CMYK0.210.5500.58
HSL277.63º38.06%30.39%-
HSV(B)277.63º55.14%41.96%-
XYZ7.465.1114.5-
YUV65.79151.26141.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=35.42%
G=20%
B=44.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85481070.210.5500.58277.6338.0630.39
Hex55306B153703A116261e
Octal1256015325670724264636
Binary1010101110000110101110101110111011101010001011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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