Html Css Color HEX #513174 Blue Diamond

📋 copy color: '#513174'

red 81 ◦ green 49 ◦ blue 116

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

Shades of Blue Diamond #513174

Tints of Blue Diamond #513174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.15%

R = 32.93%
G = 19.92%
B = 47.15%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#513174 (or 0x513174) is known color: Blue Diamond. HEX triplet: 51, 31 and 74. RGB value is (81,49,116). Sum of RGB (Red+Green+Blue) = 81+49+116=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #513174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513174 is #AECE8B. Grayscale: #414141. Windows color (decimal): -11456140 or 7614801. OLE color: 7614801.

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

Color convert

RGB 81 49 116 -
CMYK 0.30 0.58 0 0.55
HSL 268.66º 0.41% 0.32% -
HSV(B) 268.66º 0.58% 0.45% -
XYZ 7.64 5.21 17.13 -
YUV 66.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 81 49 116 0.30 0.58 0 0.55 268.66 0.41 0.32
Hex 51 31 74 1E 3A 0 37 10D 29 20
Octal 121 61 164 36 72 0 67 415 51 40
Binary 1010001 110001 1110100 11110 111010 0 110111 100001101 101001 100000

Color Harmonies of #513174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513174

Black with #513174

Text Example


Text Example

White with #513174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513174; }

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

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

background-color css

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

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

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

border-color css

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

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

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