#561B7A

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

Shades of Blue Diamond #561B7A

Tints of Blue Diamond #561B7A

Color information

#561B7A (or 0x561B7A) is unknown color: approx Blue Diamond. HEX triplet: 56, 1B and 7A. RGB value is (86,27,122). Sum of RGB (Red+Green+Blue) = 86+27+122=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #561B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B7A is #A9E485. Grayscale: #373737. Windows color (decimal): -11134086 or 8002390. OLE color: 8002390.

HSL color Cylindrical-coordinate representation of color #561B7A: hue angle of 277.26º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561B7A is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8627122-
CMYK0.300.7800.52
HSL277.26º63.76%29.22%-
HSV(B)277.26º77.87%47.84%-
XYZ7.744.1718.81-
YUV55.47165.55149.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 27 (10.94% from 255) = 11.49%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=36.60%
G=11.49%
B=51.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86271220.300.7800.52277.2663.7629.22
Hex561B7A1E4E034115401d
Octal126331723611606442510035
Binary10101101101111110101111010011100110100100010101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,27,122); }

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

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

 a { background-color: rgb(86,27,122); }

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

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

 span { border-color: rgb(86,27,122); }

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