#561E6E

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

Shades of Blue Diamond #561E6E

Tints of Blue Diamond #561E6E

Color information

#561E6E (or 0x561E6E) is unknown color: approx Blue Diamond. HEX triplet: 56, 1E and 6E. RGB value is (86,30,110). Sum of RGB (Red+Green+Blue) = 86+30+110=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #561E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561E6E is #A9E191. Grayscale: #373737. Windows color (decimal): -11133330 or 7216726. OLE color: 7216726.

HSL color Cylindrical-coordinate representation of color #561E6E: hue angle of 282º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #561E6E is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8630110-
CMYK0.220.7300.57
HSL282º57.14%27.45%-
HSV(B)282º72.73%43.14%-
XYZ7.124.0315.16-
YUV55.86158.55149.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 30 (12.11% from 255) = 13.27%
BLUE value IS 110 (43.36% from 255) = 48.67%
R=38.05%
G=13.27%
B=48.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86301100.220.7300.5728257.1427.45
Hex561E6E164903911a391b
Octal12636156261110714327133
Binary1010110111101101110101101001001011100110001101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,30,110); }

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

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

 a { background-color: rgb(86,30,110); }

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

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

 span { border-color: rgb(86,30,110); }

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