Html Css Color HEX #512376 Blue Diamond

📋 copy color: '#512376'

red 81 ◦ green 35 ◦ blue 118

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

Shades of Blue Diamond #512376

Tints of Blue Diamond #512376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.96%

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

R = 34.62%
G = 14.96%
B = 50.43%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#512376 (or 0x512376) is known color: Blue Diamond. HEX triplet: 51, 23 and 76. RGB value is (81,35,118). Sum of RGB (Red+Green+Blue) = 81+35+118=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #512376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512376 is #AEDC89. Grayscale: #393939. Windows color (decimal): -11459722 or 7742289. OLE color: 7742289.

HSL color Cylindrical-coordinate representation of color #512376: hue angle of 273.25º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512376 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 35 118 -
CMYK 0.31 0.70 0 0.54
HSL 273.25º 0.54% 0.3% -
HSV(B) 273.25º 0.7% 0.46% -
XYZ 7.26 4.26 17.58 -
YUV 58.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 81 35 118 0.31 0.70 0 0.54 273.25 0.54 0.3
Hex 51 23 76 1F 46 0 36 111 36 1E
Octal 121 43 166 37 106 0 66 421 66 36
Binary 1010001 100011 1110110 11111 1000110 0 110110 100010001 110110 11110

Color Harmonies of #512376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512376

Black with #512376

Text Example


Text Example

White with #512376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512376; }

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

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

background-color css

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

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

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

border-color css

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

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

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