Html Css Color HEX #513170 Blue Diamond

📋 copy color: '#513170'

red 81 ◦ green 49 ◦ blue 112

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

Shades of Blue Diamond #513170

Tints of Blue Diamond #513170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.28%

R = 33.47%
G = 20.25%
B = 46.28%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#513170 (or 0x513170) is known color: Blue Diamond. HEX triplet: 51, 31 and 70. RGB value is (81,49,112). Sum of RGB (Red+Green+Blue) = 81+49+112=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #513170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513170 is #AECE8F. Grayscale: #414141. Windows color (decimal): -11456144 or 7352657. OLE color: 7352657.

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

Color convert

RGB 81 49 112 -
CMYK 0.28 0.56 0 0.56
HSL 270.48º 0.39% 0.32% -
HSV(B) 270.48º 0.56% 0.44% -
XYZ 7.42 5.12 15.93 -
YUV 65.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 81 49 112 0.28 0.56 0 0.56 270.48 0.39 0.32
Hex 51 31 70 1C 38 0 38 10E 27 20
Octal 121 61 160 34 70 0 70 416 47 40
Binary 1010001 110001 1110000 11100 111000 0 111000 100001110 100111 100000

Color Harmonies of #513170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513170

Black with #513170

Text Example


Text Example

White with #513170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513170; }

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

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

background-color css

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

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

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

border-color css

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

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

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