Html Css Color HEX #513971 Blue Diamond

📋 copy color: '#513971'

red 81 ◦ green 57 ◦ blue 113

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

Shades of Blue Diamond #513971

Tints of Blue Diamond #513971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.71%

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

R = 32.27%
G = 22.71%
B = 45.02%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#513971 (or 0x513971) is known color: Blue Diamond. HEX triplet: 51, 39 and 71. RGB value is (81,57,113). Sum of RGB (Red+Green+Blue) = 81+57+113=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #513971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513971 is #AEC68E. Grayscale: #464646. Windows color (decimal): -11454095 or 7420241. OLE color: 7420241.

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

Color convert

RGB 81 57 113 -
CMYK 0.28 0.50 0 0.56
HSL 265.71º 0.33% 0.33% -
HSV(B) 265.71º 0.5% 0.44% -
XYZ 7.84 5.87 16.34 -
YUV 70.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 81 57 113 0.28 0.50 0 0.56 265.71 0.33 0.33
Hex 51 39 71 1C 32 0 38 10A 21 21
Octal 121 71 161 34 62 0 70 412 41 41
Binary 1010001 111001 1110001 11100 110010 0 111000 100001010 100001 100001

Color Harmonies of #513971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513971

Black with #513971

Text Example


Text Example

White with #513971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513971; }

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

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

background-color css

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

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

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

border-color css

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

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

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