#512872

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

Shades of Blue Diamond #512872

Tints of Blue Diamond #512872

Color information

#512872 (or 0x512872) is unknown color: approx Blue Diamond. HEX triplet: 51, 28 and 72. RGB value is (81,40,114). Sum of RGB (Red+Green+Blue) = 81+40+114=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #512872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512872 is #AED78D. Grayscale: #3C3C3C. Windows color (decimal): -11458446 or 7481425. OLE color: 7481425.

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

Color convert

RGB8140114-
CMYK0.290.6500.55
HSL273.24º48.05%30.2%-
HSV(B)273.24º64.91%44.71%-
XYZ7.194.4816.41-
YUV60.7158.08142.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=34.47%
G=17.02%
B=48.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81401140.290.6500.55273.2448.0530.2
Hex5128721D41037111301e
Octal12150162351010674216036
Binary10100011010001110010111011000001011011110001000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512872; }

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

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

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

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

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

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

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

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