#561E74

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

Shades of Blue Diamond #561E74

Tints of Blue Diamond #561E74

Color information

#561E74 (or 0x561E74) is unknown color: approx Blue Diamond. HEX triplet: 56, 1E and 74. RGB value is (86,30,116). Sum of RGB (Red+Green+Blue) = 86+30+116=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #561E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561E74 is #A9E18B. Grayscale: #383838. Windows color (decimal): -11133324 or 7609942. OLE color: 7609942.

HSL color Cylindrical-coordinate representation of color #561E74: hue angle of 279.07º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #561E74 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8630116-
CMYK0.260.7400.55
HSL279.07º58.9%28.63%-
HSV(B)279.07º74.14%45.49%-
XYZ7.454.1716.93-
YUV56.55161.55149.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 116 (45.70% from 255) = 50%
R=37.07%
G=12.93%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86301160.260.7400.55279.0758.928.63
Hex561E741A4A0371173b1d
Octal12636164321120674277335
Binary1010110111101110100110101001010011011110001011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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