#573598

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

Shades of Daisy Bush #573598

Tints of Daisy Bush #573598

Color information

#573598 (or 0x573598) is unknown color: approx Daisy Bush. HEX triplet: 57, 35 and 98. RGB value is (87,53,152). Sum of RGB (Red+Green+Blue) = 87+53+152=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #573598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573598 is #A8CA67. Grayscale: #4A4A4A. Windows color (decimal): -11061864 or 9975127. OLE color: 9975127.

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

Color convert

RGB8753152-
CMYK0.430.6500.40
HSL260.61º48.29%40.2%-
HSV(B)260.61º65.13%59.61%-
XYZ10.876.8430.45-
YUV74.45171.76136.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 53 (21.09% from 255) = 18.15%
BLUE value IS 152 (59.77% from 255) = 52.05%
R=29.79%
G=18.15%
B=52.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87531520.430.6500.40260.6148.2940.2
Hex5735982B410281053028
Octal12765230531010504056050
Binary10101111101011001100010101110000010101000100000101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573598; }

 p { color: rgb(87,53,152); }

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

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

 a { background-color: rgb(87,53,152); }

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

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

 span { border-color: rgb(87,53,152); }

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