Html Css Color HEX #513376 Blue Diamond

📋 copy color: '#513376'

red 81 ◦ green 51 ◦ blue 118

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

Shades of Blue Diamond #513376

Tints of Blue Diamond #513376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

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

R = 32.4%
G = 20.4%
B = 47.2%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#513376 (or 0x513376) is known color: Blue Diamond. HEX triplet: 51, 33 and 76. RGB value is (81,51,118). Sum of RGB (Red+Green+Blue) = 81+51+118=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #513376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513376 is #AECC89. Grayscale: #434343. Windows color (decimal): -11455626 or 7746385. OLE color: 7746385.

HSL color Cylindrical-coordinate representation of color #513376: hue angle of 266.87º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #513376 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 51 118 -
CMYK 0.31 0.57 0 0.54
HSL 266.87º 0.4% 0.33% -
HSV(B) 266.87º 0.57% 0.46% -
XYZ 7.85 5.42 17.77 -
YUV 67.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 81 51 118 0.31 0.57 0 0.54 266.87 0.4 0.33
Hex 51 33 76 1F 39 0 36 10B 28 21
Octal 121 63 166 37 71 0 66 413 50 41
Binary 1010001 110011 1110110 11111 111001 0 110110 100001011 101000 100001

Color Harmonies of #513376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513376

Black with #513376

Text Example


Text Example

White with #513376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513376; }

 p { color: rgb(81,51,118); }

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

background-color css

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

 a { background-color: rgb(81,51,118); }

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

border-color css

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

 span { border-color: rgb(81,51,118); }

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