#554195

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

Shades of Daisy Bush #554195

Tints of Daisy Bush #554195

Color information

#554195 (or 0x554195) is unknown color: approx Daisy Bush. HEX triplet: 55, 41 and 95. RGB value is (85,65,149). Sum of RGB (Red+Green+Blue) = 85+65+149=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #554195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554195 is #AABE6A. Grayscale: #505050. Windows color (decimal): -11189867 or 9781589. OLE color: 9781589.

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

Color convert

RGB8565149-
CMYK0.430.5600.42
HSL254.29º39.25%41.96%-
HSV(B)254.29º56.38%58.43%-
XYZ11.067.8829.37-
YUV80.56166.63131.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=28.43%
G=21.74%
B=49.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85651490.430.5600.42254.2939.2541.96
Hex5541952B3802Afe272a
Octal12510122553700523764752
Binary1010101100000110010101101011111000010101011111110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554195; }

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

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

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

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

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

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

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

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