Html Css Color HEX #512773 Blue Diamond

📋 copy color: '#512773'

red 81 ◦ green 39 ◦ blue 115

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

Shades of Blue Diamond #512773

Tints of Blue Diamond #512773

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.6%

 BLUE value IS 115 (45.31% from 255) = 48.94%

R = 34.47%
G = 16.6%
B = 48.94%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#512773 (or 0x512773) is known color: Blue Diamond. HEX triplet: 51, 27 and 73. RGB value is (81,39,115). Sum of RGB (Red+Green+Blue) = 81+39+115=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #512773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512773 is #AED88C. Grayscale: #3B3B3B. Windows color (decimal): -11458701 or 7546705. OLE color: 7546705.

HSL color Cylindrical-coordinate representation of color #512773: hue angle of 273.16º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512773 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 39 115 -
CMYK 0.30 0.66 0 0.55
HSL 273.16º 0.49% 0.3% -
HSV(B) 273.16º 0.66% 0.45% -
XYZ 7.21 4.44 16.7 -
YUV 60.22 158.91 142.82 -
System Red Green Blue C M Y K H S L
Decimal 81 39 115 0.30 0.66 0 0.55 273.16 0.49 0.3
Hex 51 27 73 1E 42 0 37 111 31 1E
Octal 121 47 163 36 102 0 67 421 61 36
Binary 1010001 100111 1110011 11110 1000010 0 110111 100010001 110001 11110

Color Harmonies of #512773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512773

Black with #512773

Text Example


Text Example

White with #512773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512773; }

 p { color: rgb(81,39,115); }

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

background-color css

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

 a { background-color: rgb(81,39,115); }

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

border-color css

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

 span { border-color: rgb(81,39,115); }

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