Html Css Color HEX #512176 Blue Diamond

📋 copy color: '#512176'

red 81 ◦ green 33 ◦ blue 118

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

Shades of Blue Diamond #512176

Tints of Blue Diamond #512176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 34.91%
G = 14.22%
B = 50.86%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#512176 (or 0x512176) is known color: Blue Diamond. HEX triplet: 51, 21 and 76. RGB value is (81,33,118). Sum of RGB (Red+Green+Blue) = 81+33+118=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #512176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512176 is #AEDE89. Grayscale: #383838. Windows color (decimal): -11460234 or 7741777. OLE color: 7741777.

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

Color convert

RGB 81 33 118 -
CMYK 0.31 0.72 0 0.54
HSL 273.88º 0.56% 0.3% -
HSV(B) 273.88º 0.72% 0.46% -
XYZ 7.21 4.15 17.56 -
YUV 57.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 81 33 118 0.31 0.72 0 0.54 273.88 0.56 0.3
Hex 51 21 76 1F 48 0 36 112 38 1E
Octal 121 41 166 37 110 0 66 422 70 36
Binary 1010001 100001 1110110 11111 1001000 0 110110 100010010 111000 11110

Color Harmonies of #512176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512176

Black with #512176

Text Example


Text Example

White with #512176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512176; }

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

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

background-color css

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

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

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

border-color css

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

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

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