#561C7A

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

Shades of Blue Diamond #561C7A

Tints of Blue Diamond #561C7A

Color information

#561C7A (or 0x561C7A) is unknown color: approx Blue Diamond. HEX triplet: 56, 1C and 7A. RGB value is (86,28,122). Sum of RGB (Red+Green+Blue) = 86+28+122=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #561C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561C7A is #A9E385. Grayscale: #373737. Windows color (decimal): -11133830 or 8002646. OLE color: 8002646.

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

Color convert

RGB8628122-
CMYK0.300.7700.52
HSL277.02º62.67%29.41%-
HSV(B)277.02º77.05%47.84%-
XYZ7.774.2118.82-
YUV56.06165.22149.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 28 (11.33% from 255) = 11.86%
BLUE value IS 122 (48.05% from 255) = 51.69%
R=36.44%
G=11.86%
B=51.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86281220.300.7700.52277.0262.6729.41
Hex561C7A1E4D0341153f1d
Octal12634172361150644257735
Binary1010110111001111010111101001101011010010001010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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