#553792

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

Shades of Daisy Bush #553792

Tints of Daisy Bush #553792

Color information

#553792 (or 0x553792) is unknown color: approx Daisy Bush. HEX triplet: 55, 37 and 92. RGB value is (85,55,146). Sum of RGB (Red+Green+Blue) = 85+55+146=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #553792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553792 is #AAC86D. Grayscale: #4A4A4A. Windows color (decimal): -11192430 or 9582421. OLE color: 9582421.

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

Color convert

RGB8555146-
CMYK0.420.6200.43
HSL259.78º45.27%39.41%-
HSV(B)259.78º62.33%57.25%-
XYZ10.36.7427.95-
YUV74.34168.44135.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 55 (21.88% from 255) = 19.23%
BLUE value IS 146 (57.42% from 255) = 51.05%
R=29.72%
G=19.23%
B=51.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85551460.420.6200.43259.7845.2739.41
Hex5537922A3E02B1042d27
Octal1256722252760534045547
Binary1010101110111100100101010101111100101011100000100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553792; }

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

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

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

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

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

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

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

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