#55256C

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

Shades of Honey Flower #55256C

Tints of Honey Flower #55256C

Color information

#55256C (or 0x55256C) is unknown color: approx Honey Flower. HEX triplet: 55, 25 and 6C. RGB value is (85,37,108). Sum of RGB (Red+Green+Blue) = 85+37+108=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #55256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55256C is #AADA93. Grayscale: #3B3B3B. Windows color (decimal): -11197076 or 7087445. OLE color: 7087445.

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

Color convert

RGB8537108-
CMYK0.210.6600.58
HSL280.56º48.97%28.43%-
HSV(B)280.56º65.74%42.35%-
XYZ7.114.3414.65-
YUV59.45155.4146.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 37 (14.84% from 255) = 16.09%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=36.96%
G=16.09%
B=46.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85371080.210.6600.58280.5648.9728.43
Hex55256C154203A119311c
Octal12545154251020724316134
Binary10101011001011101100101011000010011101010001100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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