#561A75

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

Shades of Blue Diamond #561A75

Tints of Blue Diamond #561A75

Color information

#561A75 (or 0x561A75) is unknown color: approx Blue Diamond. HEX triplet: 56, 1A and 75. RGB value is (86,26,117). Sum of RGB (Red+Green+Blue) = 86+26+117=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #561A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561A75 is #A9E58A. Grayscale: #363636. Windows color (decimal): -11134347 or 7674454. OLE color: 7674454.

HSL color Cylindrical-coordinate representation of color #561A75: hue angle of 279.56º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561A75 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8626117-
CMYK0.260.7800.54
HSL279.56º63.64%28.04%-
HSV(B)279.56º77.78%45.88%-
XYZ7.42417.21-
YUV54.31163.38150.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=37.55%
G=11.35%
B=51.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86261170.260.7800.54279.5663.6428.04
Hex561A751A4E036118401c
Octal126321653211606643010034
Binary10101101101011101011101010011100110110100011000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,26,117); }

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

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

 a { background-color: rgb(86,26,117); }

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

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

 span { border-color: rgb(86,26,117); }

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