Html Css Color HEX #511B76 Blue Diamond

📋 copy color: '#511B76'

red 81 ◦ green 27 ◦ blue 118

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

Shades of Blue Diamond #511B76

Tints of Blue Diamond #511B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.95%

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

R = 35.84%
G = 11.95%
B = 52.21%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#511B76 (or 0x511B76) is known color: Blue Diamond. HEX triplet: 51, 1B and 76. RGB value is (81,27,118). Sum of RGB (Red+Green+Blue) = 81+27+118=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #511B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511B76 is #AEE489. Grayscale: #353535. Windows color (decimal): -11461770 or 7740241. OLE color: 7740241.

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

Color convert

RGB 81 27 118 -
CMYK 0.31 0.77 0 0.54
HSL 275.6º 0.63% 0.28% -
HSV(B) 275.6º 0.77% 0.46% -
XYZ 7.06 3.84 17.51 -
YUV 53.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 81 27 118 0.31 0.77 0 0.54 275.6 0.63 0.28
Hex 51 1B 76 1F 4D 0 36 114 3F 1C
Octal 121 33 166 37 115 0 66 424 77 34
Binary 1010001 11011 1110110 11111 1001101 0 110110 100010100 111111 11100

Color Harmonies of #511B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B76

Black with #511B76

Text Example


Text Example

White with #511B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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