#57348E

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

Shades of Daisy Bush #57348E

Tints of Daisy Bush #57348E

Color information

#57348E (or 0x57348E) is unknown color: approx Daisy Bush. HEX triplet: 57, 34 and 8E. RGB value is (87,52,142). Sum of RGB (Red+Green+Blue) = 87+52+142=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #57348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57348E is #A8CB71. Grayscale: #484848. Windows color (decimal): -11062130 or 9319511. OLE color: 9319511.

HSL color Cylindrical-coordinate representation of color #57348E: hue angle of 263.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57348E is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8752142-
CMYK0.390.6300.44
HSL263.33º46.39%38.04%-
HSV(B)263.33º63.38%55.69%-
XYZ10.046.4426.3-
YUV72.72167.1138.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=30.96%
G=18.51%
B=50.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87521420.390.6300.44263.3346.3938.04
Hex57348E273F02C1072e26
Octal1276421647770544075646
Binary1010111110100100011101001111111110101100100000111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,52,142); }

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

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

 a { background-color: rgb(87,52,142); }

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

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

 span { border-color: rgb(87,52,142); }

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