#57359B

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

Shades of Daisy Bush #57359B

Tints of Daisy Bush #57359B

Color information

#57359B (or 0x57359B) is unknown color: approx Daisy Bush. HEX triplet: 57, 35 and 9B. RGB value is (87,53,155). Sum of RGB (Red+Green+Blue) = 87+53+155=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #57359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57359B is #A8CA64. Grayscale: #4A4A4A. Windows color (decimal): -11061861 or 10171735. OLE color: 10171735.

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

Color convert

RGB8753155-
CMYK0.440.6600.39
HSL260º49.04%40.78%-
HSV(B)260º65.81%60.78%-
XYZ11.126.9431.76-
YUV74.79173.26136.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 53 (21.09% from 255) = 17.97%
BLUE value IS 155 (60.94% from 255) = 52.54%
R=29.49%
G=17.97%
B=52.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87531550.440.6600.3926049.0440.78
Hex57359B2C420271043129
Octal12765233541020474046151
Binary10101111101011001101110110010000100100111100000100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57359B; }

 p { color: rgb(87,53,155); }

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

<style>
 a { background-color: #57359B; }

 a { background-color: rgb(87,53,155); }

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

<style>
 span { border-color: #57359B; }

 span { border-color: rgb(87,53,155); }

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