#561E79

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

Shades of Blue Diamond #561E79

Tints of Blue Diamond #561E79

Color information

#561E79 (or 0x561E79) is unknown color: approx Blue Diamond. HEX triplet: 56, 1E and 79. RGB value is (86,30,121). Sum of RGB (Red+Green+Blue) = 86+30+121=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #561E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561E79 is #A9E186. Grayscale: #383838. Windows color (decimal): -11133319 or 7937622. OLE color: 7937622.

HSL color Cylindrical-coordinate representation of color #561E79: hue angle of 276.92º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #561E79 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8630121-
CMYK0.290.7500.53
HSL276.92º60.26%29.61%-
HSV(B)276.92º75.21%47.45%-
XYZ7.754.2918.51-
YUV57.12164.05148.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 121 (47.66% from 255) = 51.05%
R=36.29%
G=12.66%
B=51.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86301210.290.7500.53276.9260.2629.61
Hex561E791D4B0351153c1e
Octal12636171351130654257436
Binary1010110111101111001111011001011011010110001010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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