#512670

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

Shades of Blue Diamond #512670

Tints of Blue Diamond #512670

Color information

#512670 (or 0x512670) is unknown color: approx Blue Diamond. HEX triplet: 51, 26 and 70. RGB value is (81,38,112). Sum of RGB (Red+Green+Blue) = 81+38+112=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #512670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512670 is #AED98F. Grayscale: #3B3B3B. Windows color (decimal): -11458960 or 7349841. OLE color: 7349841.

HSL color Cylindrical-coordinate representation of color #512670: hue angle of 274.86º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512670 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8138112-
CMYK0.280.6600.56
HSL274.86º49.33%29.41%-
HSV(B)274.86º66.07%43.92%-
XYZ7.014.3115.79-
YUV59.29157.75143.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=35.06%
G=16.45%
B=48.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81381120.280.6600.56274.8649.3329.41
Hex5126701C42038113311d
Octal12146160341020704236135
Binary10100011001101110000111001000010011100010001001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512670; }

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

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

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

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

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

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

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

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