#554297

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

Shades of Daisy Bush #554297

Tints of Daisy Bush #554297

Color information

#554297 (or 0x554297) is unknown color: approx Daisy Bush. HEX triplet: 55, 42 and 97. RGB value is (85,66,151). Sum of RGB (Red+Green+Blue) = 85+66+151=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #554297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554297 is #AABD68. Grayscale: #515151. Windows color (decimal): -11189609 or 9912917. OLE color: 9912917.

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

Color convert

RGB8566151-
CMYK0.440.5600.41
HSL253.41º39.17%42.55%-
HSV(B)253.41º56.29%59.22%-
XYZ11.288.0630.24-
YUV81.37167.29130.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 151 (59.38% from 255) = 50%
R=28.15%
G=21.85%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85661510.440.5600.41253.4139.1742.55
Hex5542972C38029fd272b
Octal12510222754700513754753
Binary1010101100001010010111101100111000010100111111101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554297; }

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

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

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

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

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

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

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

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