#563B88

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

Shades of Daisy Bush #563B88

Tints of Daisy Bush #563B88

Color information

#563B88 (or 0x563B88) is unknown color: approx Daisy Bush. HEX triplet: 56, 3B and 88. RGB value is (86,59,136). Sum of RGB (Red+Green+Blue) = 86+59+136=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #563B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563B88 is #A9C477. Grayscale: #4B4B4B. Windows color (decimal): -11125880 or 8928086. OLE color: 8928086.

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

Color convert

RGB8659136-
CMYK0.370.5700.47
HSL261.04º39.49%38.24%-
HSV(B)261.04º56.62%53.33%-
XYZ9.856.8824.1-
YUV75.85161.95135.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 59 (23.44% from 255) = 21.00%
BLUE value IS 136 (53.52% from 255) = 48.40%
R=30.60%
G=21.00%
B=48.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86591360.370.5700.47261.0439.4938.24
Hex563B88253902F1052726
Octal1267321045710574054746
Binary1010110111011100010001001011110010101111100000101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563B88; }

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

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

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

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

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

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

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

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