Html Css Color HEX #512E6E Blue Diamond

📋 copy color: '#512E6E'

red 81 ◦ green 46 ◦ blue 110

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

Shades of Blue Diamond #512E6E

Tints of Blue Diamond #512E6E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.41%

 BLUE value IS 110 (43.36% from 255) = 46.41%

R = 34.18%
G = 19.41%
B = 46.41%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#512E6E (or 0x512E6E) is known color: Blue Diamond. HEX triplet: 51, 2E and 6E. RGB value is (81,46,110). Sum of RGB (Red+Green+Blue) = 81+46+110=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #512E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E6E is #AED191. Grayscale: #3F3F3F. Windows color (decimal): -11456914 or 7220817. OLE color: 7220817.

HSL color Cylindrical-coordinate representation of color #512E6E: hue angle of 272.81º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512E6E is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 46 110 -
CMYK 0.26 0.58 0 0.57
HSL 272.81º 0.41% 0.31% -
HSV(B) 272.81º 0.58% 0.43% -
XYZ 7.18 4.83 15.31 -
YUV 63.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 81 46 110 0.26 0.58 0 0.57 272.81 0.41 0.31
Hex 51 2E 6E 1A 3A 0 39 111 29 1F
Octal 121 56 156 32 72 0 71 421 51 37
Binary 1010001 101110 1101110 11010 111010 0 111001 100010001 101001 11111

Color Harmonies of #512E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E6E

Black with #512E6E

Text Example


Text Example

White with #512E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512E6E; }

 p { color: rgb(81,46,110); }

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

background-color css

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

 a { background-color: rgb(81,46,110); }

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

border-color css

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

 span { border-color: rgb(81,46,110); }

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