Html Css Color HEX #561C76 Blue Diamond

📋 copy color: '#561C76'

red 86 ◦ green 28 ◦ blue 118

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

Shades of Blue Diamond #561C76

Tints of Blue Diamond #561C76

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.07%

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

R = 37.07%
G = 12.07%
B = 50.86%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#561C76 (or 0x561C76) is known color: Blue Diamond. HEX triplet: 56, 1C and 76. RGB value is (86,28,118). Sum of RGB (Red+Green+Blue) = 86+28+118=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #561C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561C76 is #A9E389. Grayscale: #373737. Windows color (decimal): -11133834 or 7740502. OLE color: 7740502.

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

Color convert

RGB 86 28 118 -
CMYK 0.27 0.76 0 0.54
HSL 278.67º 0.62% 0.29% -
HSV(B) 278.67º 0.76% 0.46% -
XYZ 7.52 4.12 17.54 -
YUV 55.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 86 28 118 0.27 0.76 0 0.54 278.67 0.62 0.29
Hex 56 1C 76 1B 4C 0 36 117 3E 1D
Octal 126 34 166 33 114 0 66 427 76 35
Binary 1010110 11100 1110110 11011 1001100 0 110110 100010111 111110 11101

Color Harmonies of #561C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C76

Black with #561C76

Text Example


Text Example

White with #561C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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