Html Css Color HEX #512173 Blue Diamond

📋 copy color: '#512173'

red 81 ◦ green 33 ◦ blue 115

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

Shades of Blue Diamond #512173

Tints of Blue Diamond #512173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 35.37%
G = 14.41%
B = 50.22%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#512173 (or 0x512173) is known color: Blue Diamond. HEX triplet: 51, 21 and 73. RGB value is (81,33,115). Sum of RGB (Red+Green+Blue) = 81+33+115=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #512173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512173 is #AEDE8C. Grayscale: #383838. Windows color (decimal): -11460237 or 7545169. OLE color: 7545169.

HSL color Cylindrical-coordinate representation of color #512173: hue angle of 275.12º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #512173 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 33 115 -
CMYK 0.30 0.71 0 0.55
HSL 275.12º 0.55% 0.29% -
HSV(B) 275.12º 0.71% 0.45% -
XYZ 7.03 4.07 16.64 -
YUV 56.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 81 33 115 0.30 0.71 0 0.55 275.12 0.55 0.29
Hex 51 21 73 1E 47 0 37 113 37 1D
Octal 121 41 163 36 107 0 67 423 67 35
Binary 1010001 100001 1110011 11110 1000111 0 110111 100010011 110111 11101

Color Harmonies of #512173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512173

Black with #512173

Text Example


Text Example

White with #512173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512173; }

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

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

background-color css

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

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

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

border-color css

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

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

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