#57378E

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

Shades of Daisy Bush #57378E

Tints of Daisy Bush #57378E

Color information

#57378E (or 0x57378E) is unknown color: approx Daisy Bush. HEX triplet: 57, 37 and 8E. RGB value is (87,55,142). Sum of RGB (Red+Green+Blue) = 87+55+142=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #57378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57378E is #A8C871. Grayscale: #4A4A4A. Windows color (decimal): -11061362 or 9320279. OLE color: 9320279.

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

Color convert

RGB8755142-
CMYK0.390.6100.44
HSL262.07º44.16%38.63%-
HSV(B)262.07º61.27%55.69%-
XYZ10.186.7126.35-
YUV74.49166.1136.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.63%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 142 (55.86% from 255) = 50%
R=30.63%
G=19.37%
B=50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87551420.390.6100.44262.0744.1638.63
Hex57378E273D02C1062c27
Octal1276721647750544065447
Binary1010111110111100011101001111111010101100100000110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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