#564598

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

Shades of Daisy Bush #564598

Tints of Daisy Bush #564598

Color information

#564598 (or 0x564598) is unknown color: approx Daisy Bush. HEX triplet: 56, 45 and 98. RGB value is (86,69,152). Sum of RGB (Red+Green+Blue) = 86+69+152=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #564598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564598 is #A9BA67. Grayscale: #535353. Windows color (decimal): -11123304 or 9979222. OLE color: 9979222.

HSL color Cylindrical-coordinate representation of color #564598: hue angle of 252.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564598 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8669152-
CMYK0.430.5500.40
HSL252.29º37.56%43.33%-
HSV(B)252.29º54.61%59.61%-
XYZ11.638.530.73-
YUV83.54166.63129.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 152 (59.77% from 255) = 49.51%
R=28.01%
G=22.48%
B=49.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86691520.430.5500.40252.2937.5643.33
Hex5645982B37028fc262b
Octal12610523053670503744653
Binary1010110100010110011000101011110111010100011111100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564598; }

 p { color: rgb(86,69,152); }

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

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

 a { background-color: rgb(86,69,152); }

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

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

 span { border-color: rgb(86,69,152); }

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