#573892

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

Shades of Daisy Bush #573892

Tints of Daisy Bush #573892

Color information

#573892 (or 0x573892) is unknown color: approx Daisy Bush. HEX triplet: 57, 38 and 92. RGB value is (87,56,146). Sum of RGB (Red+Green+Blue) = 87+56+146=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #573892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573892 is #A8C76D. Grayscale: #4B4B4B. Windows color (decimal): -11061102 or 9582679. OLE color: 9582679.

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

Color convert

RGB8756146-
CMYK0.400.6200.43
HSL260.67º44.55%39.61%-
HSV(B)260.67º61.64%57.25%-
XYZ10.536.9327.98-
YUV75.53167.77136.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=30.10%
G=19.38%
B=50.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87561460.400.6200.43260.6744.5539.61
Hex573892283E02B1052d28
Octal1277022250760534055550
Binary1010111111000100100101010001111100101011100000101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573892; }

 p { color: rgb(87,56,146); }

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

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

 a { background-color: rgb(87,56,146); }

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

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

 span { border-color: rgb(87,56,146); }

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