#563988

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

Shades of Daisy Bush #563988

Tints of Daisy Bush #563988

Color information

#563988 (or 0x563988) is unknown color: approx Daisy Bush. HEX triplet: 56, 39 and 88. RGB value is (86,57,136). Sum of RGB (Red+Green+Blue) = 86+57+136=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #563988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563988 is #A9C677. Grayscale: #4A4A4A. Windows color (decimal): -11126392 or 8927574. OLE color: 8927574.

HSL color Cylindrical-coordinate representation of color #563988: hue angle of 262.03º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #563988 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8657136-
CMYK0.370.5800.47
HSL262.03º40.93%37.84%-
HSV(B)262.03º58.09%53.33%-
XYZ9.746.6824.07-
YUV74.68162.61136.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=30.82%
G=20.43%
B=48.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86571360.370.5800.47262.0340.9337.84
Hex563988253A02F1062926
Octal1267121045720574065146
Binary1010110111001100010001001011110100101111100000110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563988; }

 p { color: rgb(86,57,136); }

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

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

 a { background-color: rgb(86,57,136); }

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

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

 span { border-color: rgb(86,57,136); }

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