#57368A

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

Shades of Daisy Bush #57368A

Tints of Daisy Bush #57368A

Color information

#57368A (or 0x57368A) is unknown color: approx Daisy Bush. HEX triplet: 57, 36 and 8A. RGB value is (87,54,138). Sum of RGB (Red+Green+Blue) = 87+54+138=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #57368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57368A is #A8C975. Grayscale: #494949. Windows color (decimal): -11061622 or 9057879. OLE color: 9057879.

HSL color Cylindrical-coordinate representation of color #57368A: hue angle of 263.57º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57368A is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8754138-
CMYK0.370.6100.46
HSL263.57º43.75%37.65%-
HSV(B)263.57º60.87%54.12%-
XYZ9.846.524.78-
YUV73.44164.43137.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 138 (54.30% from 255) = 49.46%
R=31.18%
G=19.35%
B=49.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87541380.370.6100.46263.5743.7537.65
Hex57368A253D02E1082c26
Octal1276621245750564105446
Binary1010111110110100010101001011111010101110100001000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57368A; }

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

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

<style>
 a { background-color: #57368A; }

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

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

<style>
 span { border-color: #57368A; }

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

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