#57339F

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

Shades of Daisy Bush #57339F

Tints of Daisy Bush #57339F

Color information

#57339F (or 0x57339F) is unknown color: approx Daisy Bush. HEX triplet: 57, 33 and 9F. RGB value is (87,51,159). Sum of RGB (Red+Green+Blue) = 87+51+159=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #57339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57339F is #A8CC60. Grayscale: #494949. Windows color (decimal): -11062369 or 10433367. OLE color: 10433367.

HSL color Cylindrical-coordinate representation of color #57339F: hue angle of 260º degrees, saturation: 0.51, 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 #57339F is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8751159-
CMYK0.450.6800.38
HSL260º51.43%41.18%-
HSV(B)260º67.92%62.35%-
XYZ11.376.933.53-
YUV74.08175.93137.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.29%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 159 (62.5% from 255) = 53.54%
R=29.29%
G=17.17%
B=53.54%

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
Decimal87511590.450.6800.3826051.4341.18
Hex57339F2D440261043329
Octal12763237551040464046351
Binary10101111100111001111110110110001000100110100000100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57339F; }

 p { color: rgb(87,51,159); }

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

<style>
 a { background-color: #57339F; }

 a { background-color: rgb(87,51,159); }

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

<style>
 span { border-color: #57339F; }

 span { border-color: rgb(87,51,159); }

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