Html Css Color HEX #512C6F Blue Diamond

📋 copy color: '#512C6F'

red 81 ◦ green 44 ◦ blue 111

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

Shades of Blue Diamond #512C6F

Tints of Blue Diamond #512C6F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.64%

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

R = 34.32%
G = 18.64%
B = 47.03%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#512C6F (or 0x512C6F) is known color: Blue Diamond. HEX triplet: 51, 2C and 6F. RGB value is (81,44,111). Sum of RGB (Red+Green+Blue) = 81+44+111=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #512C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C6F is #AED390. Grayscale: #3E3E3E. Windows color (decimal): -11457425 or 7285841. OLE color: 7285841.

HSL color Cylindrical-coordinate representation of color #512C6F: hue angle of 273.13º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512C6F is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 44 111 -
CMYK 0.27 0.60 0 0.56
HSL 273.13º 0.43% 0.3% -
HSV(B) 273.13º 0.6% 0.44% -
XYZ 7.16 4.7 15.57 -
YUV 62.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 81 44 111 0.27 0.60 0 0.56 273.13 0.43 0.3
Hex 51 2C 6F 1B 3C 0 38 111 2B 1E
Octal 121 54 157 33 74 0 70 421 53 36
Binary 1010001 101100 1101111 11011 111100 0 111000 100010001 101011 11110

Color Harmonies of #512C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512C6F

Black with #512C6F

Text Example


Text Example

White with #512C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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