#553190

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

Shades of Daisy Bush #553190

Tints of Daisy Bush #553190

Color information

#553190 (or 0x553190) is unknown color: approx Daisy Bush. HEX triplet: 55, 31 and 90. RGB value is (85,49,144). Sum of RGB (Red+Green+Blue) = 85+49+144=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #553190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553190 is #AACE6F. Grayscale: #464646. Windows color (decimal): -11193968 or 9449813. OLE color: 9449813.

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

Color convert

RGB8549144-
CMYK0.410.6600.44
HSL262.74º49.22%37.84%-
HSV(B)262.74º65.97%56.47%-
XYZ9.886.1427.05-
YUV70.59169.43138.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 144 (56.64% from 255) = 51.80%
R=30.58%
G=17.63%
B=51.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85491440.410.6600.44262.7449.2237.84
Hex553190294202C1073126
Octal12561220511020544076146
Binary10101011100011001000010100110000100101100100000111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553190; }

 p { color: rgb(85,49,144); }

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

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

 a { background-color: rgb(85,49,144); }

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

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

 span { border-color: rgb(85,49,144); }

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