Html Css Color HEX #511973 Blue Diamond

📋 copy color: '#511973'

red 81 ◦ green 25 ◦ blue 115

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

Shades of Blue Diamond #511973

Tints of Blue Diamond #511973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.31%

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

R = 36.65%
G = 11.31%
B = 52.04%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#511973 (or 0x511973) is known color: Blue Diamond. HEX triplet: 51, 19 and 73. RGB value is (81,25,115). Sum of RGB (Red+Green+Blue) = 81+25+115=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #511973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511973 is #AEE68C. Grayscale: #333333. Windows color (decimal): -11462285 or 7543121. OLE color: 7543121.

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

Color convert

RGB 81 25 115 -
CMYK 0.30 0.78 0 0.55
HSL 277.33º 0.64% 0.27% -
HSV(B) 277.33º 0.78% 0.45% -
XYZ 6.84 3.68 16.57 -
YUV 52 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 81 25 115 0.30 0.78 0 0.55 277.33 0.64 0.27
Hex 51 19 73 1E 4E 0 37 115 40 1B
Octal 121 31 163 36 116 0 67 425 100 33
Binary 1010001 11001 1110011 11110 1001110 0 110111 100010101 1000000 11011

Color Harmonies of #511973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511973

Black with #511973

Text Example


Text Example

White with #511973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511973; }

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

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

background-color css

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

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

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

border-color css

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

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

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