Html Css Color HEX #513477 Blue Diamond

📋 copy color: '#513477'

red 81 ◦ green 52 ◦ blue 119

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

Shades of Blue Diamond #513477

Tints of Blue Diamond #513477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.63%

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

R = 32.14%
G = 20.63%
B = 47.22%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#513477 (or 0x513477) is known color: Blue Diamond. HEX triplet: 51, 34 and 77. RGB value is (81,52,119). Sum of RGB (Red+Green+Blue) = 81+52+119=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #513477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513477 is #AECB88. Grayscale: #444444. Windows color (decimal): -11455369 or 7812177. OLE color: 7812177.

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

Color convert

RGB 81 52 119 -
CMYK 0.32 0.56 0 0.53
HSL 265.97º 0.39% 0.34% -
HSV(B) 265.97º 0.56% 0.47% -
XYZ 7.95 5.54 18.1 -
YUV 68.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 81 52 119 0.32 0.56 0 0.53 265.97 0.39 0.34
Hex 51 34 77 20 38 0 35 10A 27 22
Octal 121 64 167 40 70 0 65 412 47 42
Binary 1010001 110100 1110111 100000 111000 0 110101 100001010 100111 100010

Color Harmonies of #513477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513477

Black with #513477

Text Example


Text Example

White with #513477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513477; }

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

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

background-color css

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

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

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

border-color css

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

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

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