#55276A

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

Shades of Honey Flower #55276A

Tints of Honey Flower #55276A

Color information

#55276A (or 0x55276A) is unknown color: approx Honey Flower. HEX triplet: 55, 27 and 6A. RGB value is (85,39,106). Sum of RGB (Red+Green+Blue) = 85+39+106=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #55276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55276A is #AAD895. Grayscale: #3C3C3C. Windows color (decimal): -11196566 or 6956885. OLE color: 6956885.

HSL color Cylindrical-coordinate representation of color #55276A: hue angle of 281.19º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55276A is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8539106-
CMYK0.200.6300.58
HSL281.19º46.21%28.43%-
HSV(B)281.19º63.21%41.57%-
XYZ7.074.4214.12-
YUV60.39153.74145.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=36.96%
G=16.96%
B=46.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85391060.200.6300.58281.1946.2128.43
Hex55276A143F03A1192e1c
Octal1254715224770724315634
Binary1010101100111110101010100111111011101010001100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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