Html Css Color HEX #513371 Blue Diamond

📋 copy color: '#513371'

red 81 ◦ green 51 ◦ blue 113

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

Shades of Blue Diamond #513371

Tints of Blue Diamond #513371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.12%

R = 33.06%
G = 20.82%
B = 46.12%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#513371 (or 0x513371) is known color: Blue Diamond. HEX triplet: 51, 33 and 71. RGB value is (81,51,113). Sum of RGB (Red+Green+Blue) = 81+51+113=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #513371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513371 is #AECC8E. Grayscale: #424242. Windows color (decimal): -11455631 or 7418705. OLE color: 7418705.

HSL color Cylindrical-coordinate representation of color #513371: hue angle of 269.03º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #513371 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 51 113 -
CMYK 0.28 0.55 0 0.56
HSL 269.03º 0.38% 0.32% -
HSV(B) 269.03º 0.55% 0.44% -
XYZ 7.56 5.31 16.25 -
YUV 67.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 81 51 113 0.28 0.55 0 0.56 269.03 0.38 0.32
Hex 51 33 71 1C 37 0 38 10D 26 20
Octal 121 63 161 34 67 0 70 415 46 40
Binary 1010001 110011 1110001 11100 110111 0 111000 100001101 100110 100000

Color Harmonies of #513371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513371

Black with #513371

Text Example


Text Example

White with #513371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513371; }

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

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

background-color css

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

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

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

border-color css

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

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

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