#554293

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

Shades of Daisy Bush #554293

Tints of Daisy Bush #554293

Color information

#554293 (or 0x554293) is unknown color: approx Daisy Bush. HEX triplet: 55, 42 and 93. RGB value is (85,66,147). Sum of RGB (Red+Green+Blue) = 85+66+147=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #554293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554293 is #AABD6C. Grayscale: #505050. Windows color (decimal): -11189613 or 9650773. OLE color: 9650773.

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

Color convert

RGB8566147-
CMYK0.420.5500.42
HSL254.07º38.03%41.76%-
HSV(B)254.07º55.1%57.65%-
XYZ10.967.9328.56-
YUV80.91165.29130.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=28.52%
G=22.15%
B=49.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85661470.420.5500.42254.0738.0341.76
Hex5542932A3702Afe262a
Octal12510222352670523764652
Binary1010101100001010010011101010110111010101011111110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554293; }

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

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

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

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

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

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

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

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