#57329E

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

Shades of Daisy Bush #57329E

Tints of Daisy Bush #57329E

Color information

#57329E (or 0x57329E) is unknown color: approx Daisy Bush. HEX triplet: 57, 32 and 9E. RGB value is (87,50,158). Sum of RGB (Red+Green+Blue) = 87+50+158=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #57329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57329E is #A8CD61. Grayscale: #484848. Windows color (decimal): -11062626 or 10367575. OLE color: 10367575.

HSL color Cylindrical-coordinate representation of color #57329E: hue angle of 260.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57329E is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8750158-
CMYK0.450.6800.38
HSL260.56º51.92%40.78%-
HSV(B)260.56º68.35%61.96%-
XYZ11.246.7833.06-
YUV73.38175.76137.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=29.49%
G=16.95%
B=53.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87501580.450.6800.38260.5651.9240.78
Hex57329E2D440261053429
Octal12762236551040464056451
Binary10101111100101001111010110110001000100110100000101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57329E; }

 p { color: rgb(87,50,158); }

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

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

 a { background-color: rgb(87,50,158); }

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

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

 span { border-color: rgb(87,50,158); }

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