#564292

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

Shades of Daisy Bush #564292

Tints of Daisy Bush #564292

Color information

#564292 (or 0x564292) is unknown color: approx Daisy Bush. HEX triplet: 56, 42 and 92. RGB value is (86,66,146). Sum of RGB (Red+Green+Blue) = 86+66+146=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #564292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564292 is #A9BD6D. Grayscale: #505050. Windows color (decimal): -11124078 or 9585238. OLE color: 9585238.

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

Color convert

RGB8666146-
CMYK0.410.5500.43
HSL255º37.74%41.57%-
HSV(B)255º54.79%57.25%-
XYZ10.977.9528.15-
YUV81.1164.63131.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.86%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=28.86%
G=22.15%
B=48.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86661460.410.5500.4325537.7441.57
Hex564292293702Bff262a
Octal12610222251670533774652
Binary1010110100001010010010101001110111010101111111111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564292; }

 p { color: rgb(86,66,146); }

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

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

 a { background-color: rgb(86,66,146); }

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

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

 span { border-color: rgb(86,66,146); }

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