#512173

Color #512173 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #512173

Tints of Blue Diamond #512173

Color information

#512173 (or 0x512173) is unknown color: approx 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

RGB8133115-
CMYK0.300.7100.55
HSL275.12º55.41%29.02%-
HSV(B)275.12º71.3%45.1%-
XYZ7.034.0716.64-
YUV56.7160.9145.33-

RGB Variations

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

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 (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81331150.300.7100.55275.1255.4129.02
Hex5121731E47037113371d
Octal12141163361070674236735
Binary10100011000011110011111101000111011011110001001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>