Html Css Color HEX #513671 Blue Diamond

📋 copy color: '#513671'

red 81 ◦ green 54 ◦ blue 113

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

Shades of Blue Diamond #513671

Tints of Blue Diamond #513671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

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

R = 32.66%
G = 21.77%
B = 45.56%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#513671 (or 0x513671) is known color: Blue Diamond. HEX triplet: 51, 36 and 71. RGB value is (81,54,113). Sum of RGB (Red+Green+Blue) = 81+54+113=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #513671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513671 is #AEC98E. Grayscale: #444444. Windows color (decimal): -11454863 or 7419473. OLE color: 7419473.

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

Color convert

RGB 81 54 113 -
CMYK 0.28 0.52 0 0.56
HSL 267.46º 0.35% 0.33% -
HSV(B) 267.46º 0.52% 0.44% -
XYZ 7.69 5.58 16.29 -
YUV 68.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 81 54 113 0.28 0.52 0 0.56 267.46 0.35 0.33
Hex 51 36 71 1C 34 0 38 10B 23 21
Octal 121 66 161 34 64 0 70 413 43 41
Binary 1010001 110110 1110001 11100 110100 0 111000 100001011 100011 100001

Color Harmonies of #513671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513671

Black with #513671

Text Example


Text Example

White with #513671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513671; }

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

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

background-color css

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

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

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

border-color css

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

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

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