Html Css Color HEX #561D76 Blue Diamond

📋 copy color: '#561D76'

red 86 ◦ green 29 ◦ blue 118

#561D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #561D76

Tints of Blue Diamond #561D76

RGB

 RED value IS 86 (33.98% from 255) = 36.91%

 GREEN value IS 29 (11.72% from 255) = 12.45%

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 36.91%
G = 12.45%
B = 50.64%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#561D76 (or 0x561D76) is known color: Blue Diamond. HEX triplet: 56, 1D and 76. RGB value is (86,29,118). Sum of RGB (Red+Green+Blue) = 86+29+118=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #561D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561D76 is #A9E289. Grayscale: #373737. Windows color (decimal): -11133578 or 7740758. OLE color: 7740758.

HSL color Cylindrical-coordinate representation of color #561D76: hue angle of 278.43º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #561D76 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 29 118 -
CMYK 0.27 0.75 0 0.54
HSL 278.43º 0.61% 0.29% -
HSV(B) 278.43º 0.75% 0.46% -
XYZ 7.55 4.17 17.55 -
YUV 56.19 162.88 149.26 -
System Red Green Blue C M Y K H S L
Decimal 86 29 118 0.27 0.75 0 0.54 278.43 0.61 0.29
Hex 56 1D 76 1B 4B 0 36 116 3D 1D
Octal 126 35 166 33 113 0 66 426 75 35
Binary 1010110 11101 1110110 11011 1001011 0 110110 100010110 111101 11101

Color Harmonies of #561D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D76

Black with #561D76

Text Example


Text Example

White with #561D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,29,118); }

 H1.HeaderClassName
 {
   color: #561D76;
 }
 .AnyTagClassName
 {
   color: #561D76;
 }
</style>

background-color css

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

 a { background-color: rgb(86,29,118); }

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

border-color css

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

 span { border-color: rgb(86,29,118); }

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