#554196

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

Shades of Daisy Bush #554196

Tints of Daisy Bush #554196

Color information

#554196 (or 0x554196) is unknown color: approx Daisy Bush. HEX triplet: 55, 41 and 96. RGB value is (85,65,150). Sum of RGB (Red+Green+Blue) = 85+65+150=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #554196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554196 is #AABE69. Grayscale: #505050. Windows color (decimal): -11189866 or 9847125. OLE color: 9847125.

HSL color Cylindrical-coordinate representation of color #554196: hue angle of 254.12º 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 #554196 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8565150-
CMYK0.430.5700.41
HSL254.12º39.53%42.16%-
HSV(B)254.12º56.67%58.82%-
XYZ11.147.9129.79-
YUV80.67167.13131.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.33%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 150 (58.98% from 255) = 50%
R=28.33%
G=21.67%
B=50%

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
Decimal85651500.430.5700.41254.1239.5342.16
Hex5541962B39029fe282a
Octal12510122653710513765052
Binary1010101100000110010110101011111001010100111111110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554196; }

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

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

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

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

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

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

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

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