Html Css Color HEX #513770 Blue Diamond

📋 copy color: '#513770'

red 81 ◦ green 55 ◦ blue 112

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

Shades of Blue Diamond #513770

Tints of Blue Diamond #513770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

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

R = 32.66%
G = 22.18%
B = 45.16%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#513770 (or 0x513770) is known color: Blue Diamond. HEX triplet: 51, 37 and 70. RGB value is (81,55,112). Sum of RGB (Red+Green+Blue) = 81+55+112=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #513770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513770 is #AEC88F. Grayscale: #454545. Windows color (decimal): -11454608 or 7354193. OLE color: 7354193.

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

Color convert

RGB 81 55 112 -
CMYK 0.28 0.51 0 0.56
HSL 267.37º 0.34% 0.33% -
HSV(B) 267.37º 0.51% 0.44% -
XYZ 7.68 5.65 16.02 -
YUV 69.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 81 55 112 0.28 0.51 0 0.56 267.37 0.34 0.33
Hex 51 37 70 1C 33 0 38 10B 22 21
Octal 121 67 160 34 63 0 70 413 42 41
Binary 1010001 110111 1110000 11100 110011 0 111000 100001011 100010 100001

Color Harmonies of #513770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513770

Black with #513770

Text Example


Text Example

White with #513770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513770; }

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

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

background-color css

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

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

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

border-color css

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

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

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