#554299

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

Shades of Daisy Bush #554299

Tints of Daisy Bush #554299

Color information

#554299 (or 0x554299) is unknown color: approx Daisy Bush. HEX triplet: 55, 42 and 99. RGB value is (85,66,153). Sum of RGB (Red+Green+Blue) = 85+66+153=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #554299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554299 is #AABD66. Grayscale: #515151. Windows color (decimal): -11189607 or 10043989. OLE color: 10043989.

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

Color convert

RGB8566153-
CMYK0.440.5700.4
HSL253.1º39.73%42.94%-
HSV(B)253.1º56.86%60%-
XYZ11.448.1331.1-
YUV81.6168.29130.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=27.96%
G=21.71%
B=50.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85661530.440.5700.4253.139.7342.94
Hex5542992C39028fd282b
Octal12510223154710503755053
Binary1010101100001010011001101100111001010100011111101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554299; }

 p { color: rgb(85,66,153); }

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

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

 a { background-color: rgb(85,66,153); }

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

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

 span { border-color: rgb(85,66,153); }

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