Html Css Color HEX #513771 Blue Diamond

📋 copy color: '#513771'

red 81 ◦ green 55 ◦ blue 113

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

Shades of Blue Diamond #513771

Tints of Blue Diamond #513771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

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

R = 32.53%
G = 22.09%
B = 45.38%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#513771 (or 0x513771) is known color: Blue Diamond. HEX triplet: 51, 37 and 71. RGB value is (81,55,113). Sum of RGB (Red+Green+Blue) = 81+55+113=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #513771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513771 is #AEC88E. Grayscale: #454545. Windows color (decimal): -11454607 or 7419729. OLE color: 7419729.

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

Color convert

RGB 81 55 113 -
CMYK 0.28 0.51 0 0.56
HSL 266.9º 0.35% 0.33% -
HSV(B) 266.9º 0.51% 0.44% -
XYZ 7.74 5.67 16.31 -
YUV 69.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 81 55 113 0.28 0.51 0 0.56 266.9 0.35 0.33
Hex 51 37 71 1C 33 0 38 10B 23 21
Octal 121 67 161 34 63 0 70 413 43 41
Binary 1010001 110111 1110001 11100 110011 0 111000 100001011 100011 100001

Color Harmonies of #513771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513771

Black with #513771

Text Example


Text Example

White with #513771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513771; }

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

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

background-color css

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

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

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

border-color css

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

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

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