#55326C

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

Shades of Honey Flower #55326C

Tints of Honey Flower #55326C

Color information

#55326C (or 0x55326C) is unknown color: approx Honey Flower. HEX triplet: 55, 32 and 6C. RGB value is (85,50,108). Sum of RGB (Red+Green+Blue) = 85+50+108=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #55326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55326C is #AACD93. Grayscale: #424242. Windows color (decimal): -11193748 or 7090773. OLE color: 7090773.

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

Color convert

RGB8550108-
CMYK0.210.5400.58
HSL276.21º36.71%30.98%-
HSV(B)276.21º53.7%42.35%-
XYZ7.595.314.81-
YUV67.08151.1140.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.98%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=34.98%
G=20.58%
B=44.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85501080.210.5400.58276.2136.7130.98
Hex55326C153603A114251f
Octal1256215425660724244537
Binary1010101110010110110010101110110011101010001010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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