Html Css Color HEX #513972 Blue Diamond

📋 copy color: '#513972'

red 81 ◦ green 57 ◦ blue 114

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

Shades of Blue Diamond #513972

Tints of Blue Diamond #513972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.24%

R = 32.14%
G = 22.62%
B = 45.24%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#513972 (or 0x513972) is known color: Blue Diamond. HEX triplet: 51, 39 and 72. RGB value is (81,57,114). Sum of RGB (Red+Green+Blue) = 81+57+114=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #513972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513972 is #AEC68D. Grayscale: #464646. Windows color (decimal): -11454094 or 7485777. OLE color: 7485777.

HSL color Cylindrical-coordinate representation of color #513972: hue angle of 265.26º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #513972 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 57 114 -
CMYK 0.29 0.50 0 0.55
HSL 265.26º 0.33% 0.34% -
HSV(B) 265.26º 0.5% 0.45% -
XYZ 7.89 5.89 16.64 -
YUV 70.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 81 57 114 0.29 0.50 0 0.55 265.26 0.33 0.34
Hex 51 39 72 1D 32 0 37 109 21 22
Octal 121 71 162 35 62 0 67 411 41 42
Binary 1010001 111001 1110010 11101 110010 0 110111 100001001 100001 100010

Color Harmonies of #513972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513972

Black with #513972

Text Example


Text Example

White with #513972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513972; }

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

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

background-color css

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

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

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

border-color css

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

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

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