#55376E

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

Shades of Honey Flower #55376E

Tints of Honey Flower #55376E

Color information

#55376E (or 0x55376E) is unknown color: approx Honey Flower. HEX triplet: 55, 37 and 6E. RGB value is (85,55,110). Sum of RGB (Red+Green+Blue) = 85+55+110=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #55376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55376E is #AAC891. Grayscale: #464646. Windows color (decimal): -11192466 or 7223125. OLE color: 7223125.

HSL color Cylindrical-coordinate representation of color #55376E: hue angle of 272.73º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55376E is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8555110-
CMYK0.230.500.57
HSL272.73º33.33%32.35%-
HSV(B)272.73º50%43.14%-
XYZ7.935.7915.45-
YUV70.24150.44138.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 110 (43.36% from 255) = 44%
R=34%
G=22%
B=44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85551100.230.500.57272.7333.3332.35
Hex55376E17320391112120
Octal1256715627620714214140
Binary10101011101111101110101111100100111001100010001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55376E; }

 p { color: rgb(85,55,110); }

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

<style>
 a { background-color: #55376E; }

 a { background-color: rgb(85,55,110); }

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

<style>
 span { border-color: #55376E; }

 span { border-color: rgb(85,55,110); }

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