#55326B

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

Shades of Honey Flower #55326B

Tints of Honey Flower #55326B

Color information

#55326B (or 0x55326B) is unknown color: approx Honey Flower. HEX triplet: 55, 32 and 6B. RGB value is (85,50,107). Sum of RGB (Red+Green+Blue) = 85+50+107=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #55326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55326B is #AACD94. Grayscale: #424242. Windows color (decimal): -11193749 or 7025237. OLE color: 7025237.

HSL color Cylindrical-coordinate representation of color #55326B: hue angle of 276.84º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55326B is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8550107-
CMYK0.210.5300.58
HSL276.84º36.31%30.78%-
HSV(B)276.84º53.27%41.96%-
XYZ7.545.2714.53-
YUV66.96150.6140.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 107 (42.19% from 255) = 44.21%
R=35.12%
G=20.66%
B=44.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85501070.210.5300.58276.8436.3130.78
Hex55326B153503A115241f
Octal1256215325650724254437
Binary1010101110010110101110101110101011101010001010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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