Html Css Color HEX #513173 Blue Diamond

📋 copy color: '#513173'

red 81 ◦ green 49 ◦ blue 115

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

Shades of Blue Diamond #513173

Tints of Blue Diamond #513173

RGB

 RED value IS 81 (32.03% from 255) = 33.06%

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

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

R = 33.06%
G = 20%
B = 46.94%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#513173 (or 0x513173) is known color: Blue Diamond. HEX triplet: 51, 31 and 73. RGB value is (81,49,115). Sum of RGB (Red+Green+Blue) = 81+49+115=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #513173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513173 is #AECE8C. Grayscale: #414141. Windows color (decimal): -11456141 or 7549265. OLE color: 7549265.

HSL color Cylindrical-coordinate representation of color #513173: hue angle of 269.09º 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 #513173 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 49 115 -
CMYK 0.30 0.57 0 0.55
HSL 269.09º 0.4% 0.32% -
HSV(B) 269.09º 0.57% 0.45% -
XYZ 7.59 5.18 16.82 -
YUV 66.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 81 49 115 0.30 0.57 0 0.55 269.09 0.4 0.32
Hex 51 31 73 1E 39 0 37 10D 28 20
Octal 121 61 163 36 71 0 67 415 50 40
Binary 1010001 110001 1110011 11110 111001 0 110111 100001101 101000 100000

Color Harmonies of #513173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513173

Black with #513173

Text Example


Text Example

White with #513173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513173; }

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

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

background-color css

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

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

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

border-color css

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

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

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