#57418B

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

Shades of Daisy Bush #57418B

Tints of Daisy Bush #57418B

Color information

#57418B (or 0x57418B) is unknown color: approx Daisy Bush. HEX triplet: 57, 41 and 8B. RGB value is (87,65,139). Sum of RGB (Red+Green+Blue) = 87+65+139=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #57418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57418B is #A8BE74. Grayscale: #4F4F4F. Windows color (decimal): -11058805 or 9126231. OLE color: 9126231.

HSL color Cylindrical-coordinate representation of color #57418B: hue angle of 257.84º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57418B is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8765139-
CMYK0.370.5300.45
HSL257.84º36.27%40%-
HSV(B)257.84º53.24%54.51%-
XYZ10.487.6725.35-
YUV80.01161.29132.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.90%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=29.90%
G=22.34%
B=47.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87651390.370.5300.45257.8436.2740
Hex57418B253502D1022428
Octal12710121345650554024450
Binary10101111000001100010111001011101010101101100000010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,65,139); }

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

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

 a { background-color: rgb(87,65,139); }

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

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

 span { border-color: rgb(87,65,139); }

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