#57368B

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

Shades of Daisy Bush #57368B

Tints of Daisy Bush #57368B

Color information

#57368B (or 0x57368B) is unknown color: approx Daisy Bush. HEX triplet: 57, 36 and 8B. RGB value is (87,54,139). Sum of RGB (Red+Green+Blue) = 87+54+139=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #57368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57368B is #A8C974. Grayscale: #494949. Windows color (decimal): -11061621 or 9123415. OLE color: 9123415.

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

Color convert

RGB8754139-
CMYK0.370.6100.45
HSL263.29º44.04%37.84%-
HSV(B)263.29º61.15%54.51%-
XYZ9.916.5325.16-
YUV73.56164.93137.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=31.07%
G=19.29%
B=49.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87541390.370.6100.45263.2944.0437.84
Hex57368B253D02D1072c26
Octal1276621345750554075446
Binary1010111110110100010111001011111010101101100000111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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