#57339B

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

Shades of Daisy Bush #57339B

Tints of Daisy Bush #57339B

Color information

#57339B (or 0x57339B) is unknown color: approx Daisy Bush. HEX triplet: 57, 33 and 9B. RGB value is (87,51,155). Sum of RGB (Red+Green+Blue) = 87+51+155=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #57339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57339B is #A8CC64. Grayscale: #494949. Windows color (decimal): -11062373 or 10171223. OLE color: 10171223.

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

Color convert

RGB8751155-
CMYK0.440.6700.39
HSL260.77º50.49%40.39%-
HSV(B)260.77º67.1%60.78%-
XYZ11.036.7631.73-
YUV73.62173.93137.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.69%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=29.69%
G=17.41%
B=52.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87511550.440.6700.39260.7750.4940.39
Hex57339B2C430271053228
Octal12763233541030474056250
Binary10101111100111001101110110010000110100111100000101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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