Html Css Color HEX #513077 Blue Diamond

📋 copy color: '#513077'

red 81 ◦ green 48 ◦ blue 119

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

Shades of Blue Diamond #513077

Tints of Blue Diamond #513077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

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

R = 32.66%
G = 19.35%
B = 47.98%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#513077 (or 0x513077) is known color: Blue Diamond. HEX triplet: 51, 30 and 77. RGB value is (81,48,119). Sum of RGB (Red+Green+Blue) = 81+48+119=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #513077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513077 is #AECF88. Grayscale: #414141. Windows color (decimal): -11456393 or 7811153. OLE color: 7811153.

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

Color convert

RGB 81 48 119 -
CMYK 0.32 0.60 0 0.53
HSL 267.89º 0.43% 0.33% -
HSV(B) 267.89º 0.6% 0.47% -
XYZ 7.78 5.2 18.05 -
YUV 65.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 81 48 119 0.32 0.60 0 0.53 267.89 0.43 0.33
Hex 51 30 77 20 3C 0 35 10C 2B 21
Octal 121 60 167 40 74 0 65 414 53 41
Binary 1010001 110000 1110111 100000 111100 0 110101 100001100 101011 100001

Color Harmonies of #513077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513077

Black with #513077

Text Example


Text Example

White with #513077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513077; }

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

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

background-color css

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

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

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

border-color css

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

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

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