#554096

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

Shades of Daisy Bush #554096

Tints of Daisy Bush #554096

Color information

#554096 (or 0x554096) is unknown color: approx Daisy Bush. HEX triplet: 55, 40 and 96. RGB value is (85,64,150). Sum of RGB (Red+Green+Blue) = 85+64+150=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #554096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554096 is #AABF69. Grayscale: #4F4F4F. Windows color (decimal): -11190122 or 9846869. OLE color: 9846869.

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

Color convert

RGB8564150-
CMYK0.430.5700.41
HSL254.65º40.19%41.96%-
HSV(B)254.65º57.33%58.82%-
XYZ11.087.829.78-
YUV80.08167.46131.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 150 (58.98% from 255) = 50.17%
R=28.43%
G=21.40%
B=50.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85641500.430.5700.41254.6540.1941.96
Hex5540962B39029ff282a
Octal12510022653710513775052
Binary1010101100000010010110101011111001010100111111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554096; }

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

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

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

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

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

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

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

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