#55276C

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

Shades of Honey Flower #55276C

Tints of Honey Flower #55276C

Color information

#55276C (or 0x55276C) is unknown color: approx Honey Flower. HEX triplet: 55, 27 and 6C. RGB value is (85,39,108). Sum of RGB (Red+Green+Blue) = 85+39+108=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #55276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55276C is #AAD893. Grayscale: #3C3C3C. Windows color (decimal): -11196564 or 7087957. OLE color: 7087957.

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

Color convert

RGB8539108-
CMYK0.210.6400.58
HSL280º46.94%28.82%-
HSV(B)280º63.89%42.35%-
XYZ7.184.4714.67-
YUV60.62154.74145.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=36.64%
G=16.81%
B=46.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85391080.210.6400.5828046.9428.82
Hex55276C154003A1182f1d
Octal12547154251000724305735
Binary10101011001111101100101011000000011101010001100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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