#573392

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

Shades of Daisy Bush #573392

Tints of Daisy Bush #573392

Color information

#573392 (or 0x573392) is unknown color: approx Daisy Bush. HEX triplet: 57, 33 and 92. RGB value is (87,51,146). Sum of RGB (Red+Green+Blue) = 87+51+146=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #573392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573392 is #A8CC6D. Grayscale: #484848. Windows color (decimal): -11062382 or 9581399. OLE color: 9581399.

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

Color convert

RGB8751146-
CMYK0.400.6500.43
HSL262.74º48.22%38.63%-
HSV(B)262.74º65.07%57.25%-
XYZ10.36.4727.9-
YUV72.59169.43138.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.63%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=30.63%
G=17.96%
B=51.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87511460.400.6500.43262.7448.2238.63
Hex573392284102B1073027
Octal12763222501010534076047
Binary10101111100111001001010100010000010101011100000111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573392; }

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

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

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

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

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

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

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

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