Html Css Color HEX #511B6F Blue Diamond

📋 copy color: '#511B6F'

red 81 ◦ green 27 ◦ blue 111

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

Shades of Blue Diamond #511B6F

Tints of Blue Diamond #511B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.68%

R = 36.99%
G = 12.33%
B = 50.68%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#511B6F (or 0x511B6F) is known color: Blue Diamond. HEX triplet: 51, 1B and 6F. RGB value is (81,27,111). Sum of RGB (Red+Green+Blue) = 81+27+111=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #511B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511B6F is #AEE490. Grayscale: #343434. Windows color (decimal): -11461777 or 7281489. OLE color: 7281489.

HSL color Cylindrical-coordinate representation of color #511B6F: hue angle of 278.57º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #511B6F is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 27 111 -
CMYK 0.27 0.76 0 0.56
HSL 278.57º 0.61% 0.27% -
HSV(B) 278.57º 0.76% 0.44% -
XYZ 6.65 3.68 15.4 -
YUV 52.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 81 27 111 0.27 0.76 0 0.56 278.57 0.61 0.27
Hex 51 1B 6F 1B 4C 0 38 117 3D 1B
Octal 121 33 157 33 114 0 70 427 75 33
Binary 1010001 11011 1101111 11011 1001100 0 111000 100010111 111101 11011

Color Harmonies of #511B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B6F

Black with #511B6F

Text Example


Text Example

White with #511B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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