#553467

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

Shades of Honey Flower #553467

Tints of Honey Flower #553467

Color information

#553467 (or 0x553467) is unknown color: approx Honey Flower. HEX triplet: 55, 34 and 67. RGB value is (85,52,103). Sum of RGB (Red+Green+Blue) = 85+52+103=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #553467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553467 is #AACB98. Grayscale: #434343. Windows color (decimal): -11193241 or 6763605. OLE color: 6763605.

HSL color Cylindrical-coordinate representation of color #553467: hue angle of 278.82º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #553467 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8552103-
CMYK0.170.5000.60
HSL278.82º32.9%30.39%-
HSV(B)278.82º49.51%40.39%-
XYZ7.425.3713.48-
YUV67.68147.93140.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 103 (40.62% from 255) = 42.92%
R=35.42%
G=21.67%
B=42.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85521030.170.5000.60278.8232.930.39
Hex553467113203C117211e
Octal1256414721620744274136
Binary1010101110100110011110001110010011110010001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553467; }

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

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

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

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

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

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

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

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