#562597

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

Shades of Daisy Bush #562597

Tints of Daisy Bush #562597

Color information

#562597 (or 0x562597) is unknown color: approx Daisy Bush. HEX triplet: 56, 25 and 97. RGB value is (86,37,151). Sum of RGB (Red+Green+Blue) = 86+37+151=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #562597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562597 is #A9DA68. Grayscale: #404040. Windows color (decimal): -11131497 or 9905494. OLE color: 9905494.

HSL color Cylindrical-coordinate representation of color #562597: hue angle of 265.79º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #562597 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8637151-
CMYK0.430.7500.41
HSL265.79º60.64%36.86%-
HSV(B)265.79º75.5%59.22%-
XYZ10.095.5429.82-
YUV64.65176.73143.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 37 (14.84% from 255) = 13.50%
BLUE value IS 151 (59.38% from 255) = 55.11%
R=31.39%
G=13.50%
B=55.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86371510.430.7500.41265.7960.6436.86
Hex5625972B4B02910a3d25
Octal12645227531130514127545
Binary10101101001011001011110101110010110101001100001010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562597; }

 p { color: rgb(86,37,151); }

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

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

 a { background-color: rgb(86,37,151); }

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

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

 span { border-color: rgb(86,37,151); }

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