#56388F

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

Shades of Daisy Bush #56388F

Tints of Daisy Bush #56388F

Color information

#56388F (or 0x56388F) is unknown color: approx Daisy Bush. HEX triplet: 56, 38 and 8F. RGB value is (86,56,143). Sum of RGB (Red+Green+Blue) = 86+56+143=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #56388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56388F is #A9C770. Grayscale: #4A4A4A. Windows color (decimal): -11126641 or 9386070. OLE color: 9386070.

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

Color convert

RGB8656143-
CMYK0.400.6100.44
HSL260.69º43.72%39.02%-
HSV(B)260.69º60.84%56.08%-
XYZ10.216.7926.76-
YUV74.89166.44135.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 143 (56.25% from 255) = 50.18%
R=30.18%
G=19.65%
B=50.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86561430.400.6100.44260.6943.7239.02
Hex56388F283D02C1052c27
Octal1267021750750544055447
Binary1010110111000100011111010001111010101100100000101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56388F; }

 p { color: rgb(86,56,143); }

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

<style>
 a { background-color: #56388F; }

 a { background-color: rgb(86,56,143); }

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

<style>
 span { border-color: #56388F; }

 span { border-color: rgb(86,56,143); }

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