Html Css Color HEX #512F6F Blue Diamond

📋 copy color: '#512F6F'

red 81 ◦ green 47 ◦ blue 111

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

Shades of Blue Diamond #512F6F

Tints of Blue Diamond #512F6F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.67%

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

R = 33.89%
G = 19.67%
B = 46.44%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#512F6F (or 0x512F6F) is known color: Blue Diamond. HEX triplet: 51, 2F and 6F. RGB value is (81,47,111). Sum of RGB (Red+Green+Blue) = 81+47+111=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #512F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512F6F is #AED090. Grayscale: #404040. Windows color (decimal): -11456657 or 7286609. OLE color: 7286609.

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

Color convert

RGB 81 47 111 -
CMYK 0.27 0.58 0 0.56
HSL 271.88º 0.41% 0.31% -
HSV(B) 271.88º 0.58% 0.44% -
XYZ 7.28 4.93 15.61 -
YUV 64.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 81 47 111 0.27 0.58 0 0.56 271.88 0.41 0.31
Hex 51 2F 6F 1B 3A 0 38 110 29 1F
Octal 121 57 157 33 72 0 70 420 51 37
Binary 1010001 101111 1101111 11011 111010 0 111000 100010000 101001 11111

Color Harmonies of #512F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512F6F

Black with #512F6F

Text Example


Text Example

White with #512F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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