Html Css Color HEX #512177 Blue Diamond

📋 copy color: '#512177'

red 81 ◦ green 33 ◦ blue 119

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

Shades of Blue Diamond #512177

Tints of Blue Diamond #512177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.07%

R = 34.76%
G = 14.16%
B = 51.07%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#512177 (or 0x512177) is known color: Blue Diamond. HEX triplet: 51, 21 and 77. RGB value is (81,33,119). Sum of RGB (Red+Green+Blue) = 81+33+119=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #512177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512177 is #AEDE88. Grayscale: #383838. Windows color (decimal): -11460233 or 7807313. OLE color: 7807313.

HSL color Cylindrical-coordinate representation of color #512177: hue angle of 273.49º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #512177 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 33 119 -
CMYK 0.32 0.72 0 0.53
HSL 273.49º 0.57% 0.3% -
HSV(B) 273.49º 0.72% 0.47% -
XYZ 7.27 4.17 17.87 -
YUV 57.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 81 33 119 0.32 0.72 0 0.53 273.49 0.57 0.3
Hex 51 21 77 20 48 0 35 111 39 1E
Octal 121 41 167 40 110 0 65 421 71 36
Binary 1010001 100001 1110111 100000 1001000 0 110101 100010001 111001 11110

Color Harmonies of #512177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512177

Black with #512177

Text Example


Text Example

White with #512177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512177; }

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

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

background-color css

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

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

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

border-color css

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

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

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