#553471

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

Shades of Honey Flower #553471

Tints of Honey Flower #553471

Color information

#553471 (or 0x553471) is unknown color: approx Honey Flower. HEX triplet: 55, 34 and 71. RGB value is (85,52,113). Sum of RGB (Red+Green+Blue) = 85+52+113=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #553471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553471 is #AACB8E. Grayscale: #444444. Windows color (decimal): -11193231 or 7418965. OLE color: 7418965.

HSL color Cylindrical-coordinate representation of color #553471: hue angle of 272.46º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #553471 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8552113-
CMYK0.250.5400.56
HSL272.46º36.97%32.35%-
HSV(B)272.46º53.98%44.31%-
XYZ7.955.5816.28-
YUV68.82152.93139.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=34%
G=20.8%
B=45.2%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85521130.250.5400.56272.4636.9732.35
Hex55347119360381102520
Octal1256416131660704204540
Binary10101011101001110001110011101100111000100010000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553471; }

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

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

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

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

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

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

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

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