#553092

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

Shades of Daisy Bush #553092

Tints of Daisy Bush #553092

Color information

#553092 (or 0x553092) is unknown color: approx Daisy Bush. HEX triplet: 55, 30 and 92. RGB value is (85,48,146). Sum of RGB (Red+Green+Blue) = 85+48+146=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #553092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553092 is #AACF6D. Grayscale: #454545. Windows color (decimal): -11194222 or 9580629. OLE color: 9580629.

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

Color convert

RGB8548146-
CMYK0.420.6700.43
HSL262.65º50.52%38.04%-
HSV(B)262.65º67.12%57.25%-
XYZ9.996.1227.85-
YUV70.24170.76138.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 146 (57.42% from 255) = 52.33%
R=30.47%
G=17.20%
B=52.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85481460.420.6700.43262.6550.5238.04
Hex5530922A4302B1073326
Octal12560222521030534076346
Binary10101011100001001001010101010000110101011100000111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553092; }

 p { color: rgb(85,48,146); }

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

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

 a { background-color: rgb(85,48,146); }

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

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

 span { border-color: rgb(85,48,146); }

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