#553692

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

Shades of Daisy Bush #553692

Tints of Daisy Bush #553692

Color information

#553692 (or 0x553692) is unknown color: approx Daisy Bush. HEX triplet: 55, 36 and 92. RGB value is (85,54,146). Sum of RGB (Red+Green+Blue) = 85+54+146=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #553692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553692 is #AAC96D. Grayscale: #494949. Windows color (decimal): -11192686 or 9582165. OLE color: 9582165.

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

Color convert

RGB8554146-
CMYK0.420.6300.43
HSL260.22º46%39.22%-
HSV(B)260.22º63.01%57.25%-
XYZ10.256.6427.94-
YUV73.76168.77136.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=29.82%
G=18.95%
B=51.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85541460.420.6300.43260.224639.22
Hex5536922A3F02B1042e27
Octal1256622252770534045647
Binary1010101110110100100101010101111110101011100000100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553692; }

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

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

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

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

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

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

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

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