#553469

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

Shades of Honey Flower #553469

Tints of Honey Flower #553469

Color information

#553469 (or 0x553469) is unknown color: approx Honey Flower. HEX triplet: 55, 34 and 69. RGB value is (85,52,105). Sum of RGB (Red+Green+Blue) = 85+52+105=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #553469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553469 is #AACB96. Grayscale: #434343. Windows color (decimal): -11193239 or 6894677. OLE color: 6894677.

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

Color convert

RGB8552105-
CMYK0.190.5000.59
HSL277.36º33.76%30.78%-
HSV(B)277.36º50.48%41.18%-
XYZ7.525.4114.01-
YUV67.91148.93140.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=35.12%
G=21.49%
B=43.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85521050.190.5000.59277.3633.7630.78
Hex553469133203B115221f
Octal1256415123620734254237
Binary1010101110100110100110011110010011101110001010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553469; }

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

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

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

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

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

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

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

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