#5730A2

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

Shades of Daisy Bush #5730A2

Tints of Daisy Bush #5730A2

Color information

#5730A2 (or 0x5730A2) is unknown color: approx Daisy Bush. HEX triplet: 57, 30 and A2. RGB value is (87,48,162). Sum of RGB (Red+Green+Blue) = 87+48+162=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #5730A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5730A2 is #A8CF5D. Grayscale: #484848. Windows color (decimal): -11063134 or 10629207. OLE color: 10629207.

HSL color Cylindrical-coordinate representation of color #5730A2: hue angle of 260.53º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5730A2 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8748162-
CMYK0.460.7000.36
HSL260.53º54.29%41.18%-
HSV(B)260.53º70.37%63.53%-
XYZ11.516.7534.88-
YUV72.66178.42138.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.29%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 162 (63.67% from 255) = 54.55%
R=29.29%
G=16.16%
B=54.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87481620.460.7000.36260.5354.2941.18
Hex5730A22E460241053629
Octal12760242561060444056651
Binary10101111100001010001010111010001100100100100000101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5730A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5730A2; }

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

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

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

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

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

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

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

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