#55266C

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

Shades of Honey Flower #55266C

Tints of Honey Flower #55266C

Color information

#55266C (or 0x55266C) is unknown color: approx Honey Flower. HEX triplet: 55, 26 and 6C. RGB value is (85,38,108). Sum of RGB (Red+Green+Blue) = 85+38+108=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #55266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55266C is #AAD993. Grayscale: #3B3B3B. Windows color (decimal): -11196820 or 7087701. OLE color: 7087701.

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

Color convert

RGB8538108-
CMYK0.210.6500.58
HSL280.29º47.95%28.63%-
HSV(B)280.29º64.81%42.35%-
XYZ7.154.414.66-
YUV60.03155.07145.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=36.80%
G=16.45%
B=46.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85381080.210.6500.58280.2947.9528.63
Hex55266C154103A118301d
Octal12546154251010724306035
Binary10101011001101101100101011000001011101010001100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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