#57369E

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

Shades of Daisy Bush #57369E

Tints of Daisy Bush #57369E

Color information

#57369E (or 0x57369E) is unknown color: approx Daisy Bush. HEX triplet: 57, 36 and 9E. RGB value is (87,54,158). Sum of RGB (Red+Green+Blue) = 87+54+158=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #57369E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57369E is #A8C961. Grayscale: #4B4B4B. Windows color (decimal): -11061602 or 10368599. OLE color: 10368599.

HSL color Cylindrical-coordinate representation of color #57369E: hue angle of 259.04º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57369E is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8754158-
CMYK0.450.6600.38
HSL259.04º49.06%41.57%-
HSV(B)259.04º65.82%61.96%-
XYZ11.427.1333.12-
YUV75.72174.43136.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 158 (62.11% from 255) = 52.84%
R=29.10%
G=18.06%
B=52.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87541580.450.6600.38259.0449.0641.57
Hex57369E2D42026103312a
Octal12766236551020464036152
Binary10101111101101001111010110110000100100110100000011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,54,158); }

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

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

 a { background-color: rgb(87,54,158); }

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

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

 span { border-color: rgb(87,54,158); }

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