Html Css Color HEX #563173 Blue Diamond

📋 copy color: '#563173'

red 86 ◦ green 49 ◦ blue 115

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

Shades of Blue Diamond #563173

Tints of Blue Diamond #563173

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

 BLUE value IS 115 (45.31% from 255) = 46%

R = 34.4%
G = 19.6%
B = 46%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#563173 (or 0x563173) is known color: Blue Diamond. HEX triplet: 56, 31 and 73. RGB value is (86,49,115). Sum of RGB (Red+Green+Blue) = 86+49+115=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #563173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563173 is #A9CE8C. Grayscale: #434343. Windows color (decimal): -11128461 or 7549270. OLE color: 7549270.

HSL color Cylindrical-coordinate representation of color #563173: hue angle of 273.64º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #563173 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 49 115 -
CMYK 0.25 0.57 0 0.55
HSL 273.64º 0.4% 0.32% -
HSV(B) 273.64º 0.57% 0.45% -
XYZ 8.03 5.41 16.84 -
YUV 67.59 154.76 141.13 -
System Red Green Blue C M Y K H S L
Decimal 86 49 115 0.25 0.57 0 0.55 273.64 0.4 0.32
Hex 56 31 73 19 39 0 37 112 28 20
Octal 126 61 163 31 71 0 67 422 50 40
Binary 1010110 110001 1110011 11001 111001 0 110111 100010010 101000 100000

Color Harmonies of #563173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563173

Black with #563173

Text Example


Text Example

White with #563173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563173; }

 p { color: rgb(86,49,115); }

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

background-color css

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

 a { background-color: rgb(86,49,115); }

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

border-color css

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

 span { border-color: rgb(86,49,115); }

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