#55336C

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

Shades of Honey Flower #55336C

Tints of Honey Flower #55336C

Color information

#55336C (or 0x55336C) is unknown color: approx Honey Flower. HEX triplet: 55, 33 and 6C. RGB value is (85,51,108). Sum of RGB (Red+Green+Blue) = 85+51+108=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #55336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55336C is #AACC93. Grayscale: #434343. Windows color (decimal): -11193492 or 7091029. OLE color: 7091029.

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

Color convert

RGB8551108-
CMYK0.210.5300.58
HSL275.79º35.85%31.18%-
HSV(B)275.79º52.78%42.35%-
XYZ7.645.3814.82-
YUV67.66150.76140.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=34.84%
G=20.90%
B=44.26%

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
Decimal85511080.210.5300.58275.7935.8531.18
Hex55336C153503A114241f
Octal1256315425650724244437
Binary1010101110011110110010101110101011101010001010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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