Html Css Color HEX #511976 Blue Diamond

📋 copy color: '#511976'

red 81 ◦ green 25 ◦ blue 118

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

Shades of Blue Diamond #511976

Tints of Blue Diamond #511976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.68%

R = 36.16%
G = 11.16%
B = 52.68%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#511976 (or 0x511976) is known color: Blue Diamond. HEX triplet: 51, 19 and 76. RGB value is (81,25,118). Sum of RGB (Red+Green+Blue) = 81+25+118=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #511976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511976 is #AEE689. Grayscale: #343434. Windows color (decimal): -11462282 or 7739729. OLE color: 7739729.

HSL color Cylindrical-coordinate representation of color #511976: hue angle of 276.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511976 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 25 118 -
CMYK 0.31 0.79 0 0.54
HSL 276.13º 0.65% 0.28% -
HSV(B) 276.13º 0.79% 0.46% -
XYZ 7.01 3.75 17.49 -
YUV 52.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 81 25 118 0.31 0.79 0 0.54 276.13 0.65 0.28
Hex 51 19 76 1F 4F 0 36 114 41 1C
Octal 121 31 166 37 117 0 66 424 101 34
Binary 1010001 11001 1110110 11111 1001111 0 110110 100010100 1000001 11100

Color Harmonies of #511976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511976

Black with #511976

Text Example


Text Example

White with #511976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511976; }

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

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

background-color css

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

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

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

border-color css

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

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

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