#553369

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

Shades of Honey Flower #553369

Tints of Honey Flower #553369

Color information

#553369 (or 0x553369) is unknown color: approx Honey Flower. HEX triplet: 55, 33 and 69. RGB value is (85,51,105). Sum of RGB (Red+Green+Blue) = 85+51+105=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #553369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553369 is #AACC96. Grayscale: #434343. Windows color (decimal): -11193495 or 6894421. OLE color: 6894421.

HSL color Cylindrical-coordinate representation of color #553369: hue angle of 277.78º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #553369 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8551105-
CMYK0.190.5100.59
HSL277.78º34.62%30.59%-
HSV(B)277.78º51.43%41.18%-
XYZ7.485.3214-
YUV67.32149.26140.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=35.27%
G=21.16%
B=43.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85511050.190.5100.59277.7834.6230.59
Hex553369133303B116231f
Octal1256315123630734264337
Binary1010101110011110100110011110011011101110001011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553369; }

 p { color: rgb(85,51,105); }

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

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

 a { background-color: rgb(85,51,105); }

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

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

 span { border-color: rgb(85,51,105); }

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