#57279d

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

Shades of Daisy Bush #57279D

Tints of Daisy Bush #57279D

Color information

#57279D (or 0x57279D) is unknown color: approx Daisy Bush. HEX triplet: 57, 27 and 9D. RGB value is (87,39,157). Sum of RGB (Red+Green+Blue) = 87+39+157=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #57279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57279D is #A8D862. Grayscale: #424242. Windows color (decimal): -11065443 or 10299223. OLE color: 10299223.

HSL color Cylindrical-coordinate representation of color #57279D: hue angle of 264.41º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57279D is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8739157-
CMYK0.450.7500.38
HSL264.41º60.2%38.43%-
HSV(B)264.41º75.16%61.57%-
XYZ10.745.9132.47-
YUV66.8178.9142.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 39 (15.62% from 255) = 13.78%
BLUE value IS 157 (61.72% from 255) = 55.48%
R=30.74%
G=13.78%
B=55.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87391570.450.7500.38264.4160.238.43
Hex57279D2D4B0261083c26
Octal12747235551130464107446
Binary10101111001111001110110110110010110100110100001000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57279d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57279d; }

 p { color: rgb(87,39,157); }

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

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

 a { background-color: rgb(87,39,157); }

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

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

 span { border-color: rgb(87,39,157); }

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