#512672

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

Shades of Blue Diamond #512672

Tints of Blue Diamond #512672

Color information

#512672 (or 0x512672) is unknown color: approx Blue Diamond. HEX triplet: 51, 26 and 72. RGB value is (81,38,114). Sum of RGB (Red+Green+Blue) = 81+38+114=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #512672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512672 is #AED98D. Grayscale: #3B3B3B. Windows color (decimal): -11458958 or 7480913. OLE color: 7480913.

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

Color convert

RGB8138114-
CMYK0.290.6700.55
HSL273.95º50%29.8%-
HSV(B)273.95º66.67%44.71%-
XYZ7.124.3516.38-
YUV59.52158.75143.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=34.76%
G=16.31%
B=48.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81381140.290.6700.55273.955029.8
Hex5126721D43037112321e
Octal12146162351030674226236
Binary10100011001101110010111011000011011011110001001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512672; }

 p { color: rgb(81,38,114); }

 H1.HeaderClassName
 {
   color: #512672;
 }
 .AnyTagClassName
 {
   color: #512672;
 }
</style>
background-color css

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

 a { background-color: rgb(81,38,114); }

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

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

 span { border-color: rgb(81,38,114); }

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