#554094

Color #554094 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #554094

Tints of Daisy Bush #554094

Color information

#554094 (or 0x554094) is unknown color: approx Daisy Bush. HEX triplet: 55, 40 and 94. RGB value is (85,64,148). Sum of RGB (Red+Green+Blue) = 85+64+148=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #554094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554094 is #AABF6B. Grayscale: #4F4F4F. Windows color (decimal): -11190124 or 9715797. OLE color: 9715797.

HSL color Cylindrical-coordinate representation of color #554094: hue angle of 255º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #554094 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8564148-
CMYK0.430.5700.42
HSL255º39.62%41.57%-
HSV(B)255º56.76%58.04%-
XYZ10.937.7428.93-
YUV79.85166.46131.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 148 (58.20% from 255) = 49.83%
R=28.62%
G=21.55%
B=49.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85641480.430.5700.4225539.6241.57
Hex5540942B3902Aff282a
Octal12510022453710523775052
Binary1010101100000010010100101011111001010101011111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554094; }

 p { color: rgb(85,64,148); }

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

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

 a { background-color: rgb(85,64,148); }

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

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

 span { border-color: rgb(85,64,148); }

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