Html Css Color HEX #561976 Blue Diamond

📋 copy color: '#561976'

red 86 ◦ green 25 ◦ blue 118

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

Shades of Blue Diamond #561976

Tints of Blue Diamond #561976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.92%

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

R = 37.55%
G = 10.92%
B = 51.53%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#561976 (or 0x561976) is known color: Blue Diamond. HEX triplet: 56, 19 and 76. RGB value is (86,25,118). Sum of RGB (Red+Green+Blue) = 86+25+118=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #561976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561976 is #A9E689. Grayscale: #353535. Windows color (decimal): -11134602 or 7739734. OLE color: 7739734.

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

Color convert

RGB 86 25 118 -
CMYK 0.27 0.79 0 0.54
HSL 279.35º 0.65% 0.28% -
HSV(B) 279.35º 0.79% 0.46% -
XYZ 7.46 3.98 17.52 -
YUV 53.84 164.21 150.94 -
System Red Green Blue C M Y K H S L
Decimal 86 25 118 0.27 0.79 0 0.54 279.35 0.65 0.28
Hex 56 19 76 1B 4F 0 36 117 41 1C
Octal 126 31 166 33 117 0 66 427 101 34
Binary 1010110 11001 1110110 11011 1001111 0 110110 100010111 1000001 11100

Color Harmonies of #561976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561976

Black with #561976

Text Example


Text Example

White with #561976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561976; }

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

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

background-color css

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

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

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

border-color css

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

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

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