#561A73

Color #561A73 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #561A73

Tints of Blue Diamond #561A73

Color information

#561A73 (or 0x561A73) is unknown color: approx Blue Diamond. HEX triplet: 56, 1A and 73. RGB value is (86,26,115). Sum of RGB (Red+Green+Blue) = 86+26+115=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #561A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561A73 is #A9E58C. Grayscale: #353535. Windows color (decimal): -11134349 or 7543382. OLE color: 7543382.

HSL color Cylindrical-coordinate representation of color #561A73: hue angle of 280.45º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561A73 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8626115-
CMYK0.250.7700.55
HSL280.45º63.12%27.65%-
HSV(B)280.45º77.39%45.1%-
XYZ7.33.9616.6-
YUV54.09162.38150.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=37.89%
G=11.45%
B=50.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86261150.250.7700.55280.4563.1227.65
Hex561A73194D0371183f1c
Octal12632163311150674307734
Binary1010110110101110011110011001101011011110001100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561A73; }

 p { color: rgb(86,26,115); }

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

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

 a { background-color: rgb(86,26,115); }

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

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

 span { border-color: rgb(86,26,115); }

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