#5730A1

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

Shades of Daisy Bush #5730A1

Tints of Daisy Bush #5730A1

Color information

#5730A1 (or 0x5730A1) is unknown color: approx Daisy Bush. HEX triplet: 57, 30 and A1. RGB value is (87,48,161). Sum of RGB (Red+Green+Blue) = 87+48+161=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 161 (63.28% from 255 or 54.39% from 296); Max value from RGB is 161 - color contains mainly: blue. Hex color #5730A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5730A1 is #A8CF5E. Grayscale: #484848. Windows color (decimal): -11063135 or 10563671. OLE color: 10563671.

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

Color convert

RGB8748161-
CMYK0.460.7000.37
HSL260.71º54.07%40.98%-
HSV(B)260.71º70.19%63.14%-
XYZ11.426.7134.41-
YUV72.54177.92138.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.39%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 161 (63.28% from 255) = 54.39%
R=29.39%
G=16.22%
B=54.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87481610.460.7000.37260.7154.0740.98
Hex5730A12E460251053629
Octal12760241561060454056651
Binary10101111100001010000110111010001100100101100000101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5730A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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