#553966

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

Shades of Honey Flower #553966

Tints of Honey Flower #553966

Color information

#553966 (or 0x553966) is unknown color: approx Honey Flower. HEX triplet: 55, 39 and 66. RGB value is (85,57,102). Sum of RGB (Red+Green+Blue) = 85+57+102=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #553966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553966 is #AAC699. Grayscale: #464646. Windows color (decimal): -11191962 or 6699349. OLE color: 6699349.

HSL color Cylindrical-coordinate representation of color #553966: hue angle of 277.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553966 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8557102-
CMYK0.170.4400.6
HSL277.33º28.3%31.18%-
HSV(B)277.33º44.12%40%-
XYZ7.615.8213.29-
YUV70.5145.78138.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=34.84%
G=23.36%
B=41.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85571020.170.4400.6277.3328.331.18
Hex553966112C03C1151c1f
Octal1257114621540744253437
Binary101010111100111001101000110110001111001000101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553966; }

 p { color: rgb(85,57,102); }

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

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

 a { background-color: rgb(85,57,102); }

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

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

 span { border-color: rgb(85,57,102); }

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