#57459C

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

Shades of Daisy Bush #57459C

Tints of Daisy Bush #57459C

Color information

#57459C (or 0x57459C) is unknown color: approx Daisy Bush. HEX triplet: 57, 45 and 9C. RGB value is (87,69,156). Sum of RGB (Red+Green+Blue) = 87+69+156=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #57459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57459C is #A8BA63. Grayscale: #535353. Windows color (decimal): -11057764 or 10241367. OLE color: 10241367.

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

Color convert

RGB8769156-
CMYK0.440.5600.39
HSL252.41º38.67%44.12%-
HSV(B)252.41º55.77%61.18%-
XYZ12.068.6832.49-
YUV84.3168.46129.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.88%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 156 (61.33% from 255) = 50%
R=27.88%
G=22.12%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87691560.440.5600.39252.4138.6744.12
Hex57459C2C38027fc272c
Octal12710523454700473744754
Binary1010111100010110011100101100111000010011111111100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57459C; }

 p { color: rgb(87,69,156); }

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

<style>
 a { background-color: #57459C; }

 a { background-color: rgb(87,69,156); }

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

<style>
 span { border-color: #57459C; }

 span { border-color: rgb(87,69,156); }

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