#573096

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

Shades of Daisy Bush #573096

Tints of Daisy Bush #573096

Color information

#573096 (or 0x573096) is unknown color: approx Daisy Bush. HEX triplet: 57, 30 and 96. RGB value is (87,48,150). Sum of RGB (Red+Green+Blue) = 87+48+150=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #573096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573096 is #A8CF69. Grayscale: #464646. Windows color (decimal): -11063146 or 9842775. OLE color: 9842775.

HSL color Cylindrical-coordinate representation of color #573096: hue angle of 262.94º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #573096 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8748150-
CMYK0.420.6800.41
HSL262.94º51.52%38.82%-
HSV(B)262.94º68%58.82%-
XYZ10.496.3429.53-
YUV71.29172.42139.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=30.53%
G=16.84%
B=52.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal87481500.420.6800.41262.9451.5238.82
Hex5730962A440291073427
Octal12760226521040514076447
Binary10101111100001001011010101010001000101001100000111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573096; }

 p { color: rgb(87,48,150); }

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

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

 a { background-color: rgb(87,48,150); }

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

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

 span { border-color: rgb(87,48,150); }

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