#553269

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

Shades of Honey Flower #553269

Tints of Honey Flower #553269

Color information

#553269 (or 0x553269) is unknown color: approx Honey Flower. HEX triplet: 55, 32 and 69. RGB value is (85,50,105). Sum of RGB (Red+Green+Blue) = 85+50+105=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #553269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553269 is #AACD96. Grayscale: #424242. Windows color (decimal): -11193751 or 6894165. OLE color: 6894165.

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

Color convert

RGB8550105-
CMYK0.190.5200.59
HSL278.18º35.48%30.39%-
HSV(B)278.18º52.38%41.18%-
XYZ7.445.2313.98-
YUV66.74149.6141.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=35.42%
G=20.83%
B=43.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85501050.190.5200.59278.1835.4830.39
Hex553269133403B116231e
Octal1256215123640734264336
Binary1010101110010110100110011110100011101110001011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553269; }

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

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

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

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

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

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

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

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