#562B95

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

Shades of Daisy Bush #562B95

Tints of Daisy Bush #562B95

Color information

#562B95 (or 0x562B95) is unknown color: approx Daisy Bush. HEX triplet: 56, 2B and 95. RGB value is (86,43,149). Sum of RGB (Red+Green+Blue) = 86+43+149=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #562B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562B95 is #A9D46A. Grayscale: #434343. Windows color (decimal): -11129963 or 9775958. OLE color: 9775958.

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

Color convert

RGB8643149-
CMYK0.420.7100.42
HSL264.34º55.21%37.65%-
HSV(B)264.34º71.14%58.43%-
XYZ10.135.8829.03-
YUV67.94173.75140.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 43 (17.19% from 255) = 15.47%
BLUE value IS 149 (58.59% from 255) = 53.60%
R=30.94%
G=15.47%
B=53.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86431490.420.7100.42264.3455.2137.65
Hex562B952A4702A1083726
Octal12653225521070524106746
Binary10101101010111001010110101010001110101010100001000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562B95; }

 p { color: rgb(86,43,149); }

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

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

 a { background-color: rgb(86,43,149); }

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

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

 span { border-color: rgb(86,43,149); }

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