Html Css Color HEX #513177 Blue Diamond

📋 copy color: '#513177'

red 81 ◦ green 49 ◦ blue 119

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

Shades of Blue Diamond #513177

Tints of Blue Diamond #513177

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.68%

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 32.53%
G = 19.68%
B = 47.79%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#513177 (or 0x513177) is known color: Blue Diamond. HEX triplet: 51, 31 and 77. RGB value is (81,49,119). Sum of RGB (Red+Green+Blue) = 81+49+119=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #513177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513177 is #AECE88. Grayscale: #424242. Windows color (decimal): -11456137 or 7811409. OLE color: 7811409.

HSL color Cylindrical-coordinate representation of color #513177: hue angle of 267.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #513177 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 49 119 -
CMYK 0.32 0.59 0 0.53
HSL 267.43º 0.42% 0.33% -
HSV(B) 267.43º 0.59% 0.47% -
XYZ 7.82 5.28 18.06 -
YUV 66.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 81 49 119 0.32 0.59 0 0.53 267.43 0.42 0.33
Hex 51 31 77 20 3B 0 35 10B 2A 21
Octal 121 61 167 40 73 0 65 413 52 41
Binary 1010001 110001 1110111 100000 111011 0 110101 100001011 101010 100001

Color Harmonies of #513177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513177

Black with #513177

Text Example


Text Example

White with #513177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513177; }

 p { color: rgb(81,49,119); }

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

background-color css

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

 a { background-color: rgb(81,49,119); }

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

border-color css

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

 span { border-color: rgb(81,49,119); }

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