Html Css Color HEX #513774 Blue Diamond

📋 copy color: '#513774'

red 81 ◦ green 55 ◦ blue 116

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

Shades of Blue Diamond #513774

Tints of Blue Diamond #513774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 32.14%
G = 21.83%
B = 46.03%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#513774 (or 0x513774) is known color: Blue Diamond. HEX triplet: 51, 37 and 74. RGB value is (81,55,116). Sum of RGB (Red+Green+Blue) = 81+55+116=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #513774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513774 is #AEC88B. Grayscale: #454545. Windows color (decimal): -11454604 or 7616337. OLE color: 7616337.

HSL color Cylindrical-coordinate representation of color #513774: hue angle of 265.57º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #513774 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 55 116 -
CMYK 0.30 0.53 0 0.55
HSL 265.57º 0.36% 0.34% -
HSV(B) 265.57º 0.53% 0.45% -
XYZ 7.91 5.74 17.21 -
YUV 69.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 81 55 116 0.30 0.53 0 0.55 265.57 0.36 0.34
Hex 51 37 74 1E 35 0 37 10A 24 22
Octal 121 67 164 36 65 0 67 412 44 42
Binary 1010001 110111 1110100 11110 110101 0 110111 100001010 100100 100010

Color Harmonies of #513774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513774

Black with #513774

Text Example


Text Example

White with #513774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513774; }

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

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

background-color css

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

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

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

border-color css

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

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

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