Html Css Color HEX #561B76 Blue Diamond

📋 copy color: '#561B76'

red 86 ◦ green 27 ◦ blue 118

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

Shades of Blue Diamond #561B76

Tints of Blue Diamond #561B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.69%

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

R = 37.23%
G = 11.69%
B = 51.08%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#561B76 (or 0x561B76) is known color: Blue Diamond. HEX triplet: 56, 1B and 76. RGB value is (86,27,118). Sum of RGB (Red+Green+Blue) = 86+27+118=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #561B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B76 is #A9E489. Grayscale: #363636. Windows color (decimal): -11134090 or 7740246. OLE color: 7740246.

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

Color convert

RGB 86 27 118 -
CMYK 0.27 0.77 0 0.54
HSL 278.9º 0.63% 0.28% -
HSV(B) 278.9º 0.77% 0.46% -
XYZ 7.5 4.07 17.53 -
YUV 55.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 86 27 118 0.27 0.77 0 0.54 278.9 0.63 0.28
Hex 56 1B 76 1B 4D 0 36 117 3F 1C
Octal 126 33 166 33 115 0 66 427 77 34
Binary 1010110 11011 1110110 11011 1001101 0 110110 100010111 111111 11100

Color Harmonies of #561B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B76

Black with #561B76

Text Example


Text Example

White with #561B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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