#512B69

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

Shades of Blue Diamond #512B69

Tints of Blue Diamond #512B69

Color information

#512B69 (or 0x512B69) is unknown color: approx Blue Diamond. HEX triplet: 51, 2B and 69. RGB value is (81,43,105). Sum of RGB (Red+Green+Blue) = 81+43+105=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #512B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512B69 is #AED496. Grayscale: #3D3D3D. Windows color (decimal): -11457687 or 6892369. OLE color: 6892369.

HSL color Cylindrical-coordinate representation of color #512B69: hue angle of 276.77º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512B69 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8143105-
CMYK0.230.5900.59
HSL276.77º41.89%29.02%-
HSV(B)276.77º59.05%41.18%-
XYZ6.814.513.87-
YUV61.43152.59141.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 43 (17.19% from 255) = 18.78%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=35.37%
G=18.78%
B=45.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81431050.230.5900.59276.7741.8929.02
Hex512B69173B03B1152a1d
Octal1215315127730734255235
Binary1010001101011110100110111111011011101110001010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512B69; }

 p { color: rgb(81,43,105); }

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

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

 a { background-color: rgb(81,43,105); }

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

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

 span { border-color: rgb(81,43,105); }

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