#55296A

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

Shades of Honey Flower #55296A

Tints of Honey Flower #55296A

Color information

#55296A (or 0x55296A) is unknown color: approx Honey Flower. HEX triplet: 55, 29 and 6A. RGB value is (85,41,106). Sum of RGB (Red+Green+Blue) = 85+41+106=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 106 - color contains mainly: blue. Hex color #55296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55296A is #AAD695. Grayscale: #3D3D3D. Windows color (decimal): -11196054 or 6957397. OLE color: 6957397.

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

Color convert

RGB8541106-
CMYK0.200.6100.58
HSL280.62º44.22%28.82%-
HSV(B)280.62º61.32%41.57%-
XYZ7.144.5614.14-
YUV61.57153.08144.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 106 (41.80% from 255) = 45.69%
R=36.64%
G=17.67%
B=45.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85411060.200.6100.58280.6244.2228.82
Hex55296A143D03A1192c1d
Octal1255115224750724315435
Binary1010101101001110101010100111101011101010001100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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