Html Css Color HEX #512B69 Blue Diamond

📋 copy color: '#512B69'

red 81 ◦ green 43 ◦ blue 105

#512B69
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #512B69

Tints of Blue Diamond #512B69

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 value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#512B69 (or 0x512B69) is known color: 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

RGB 81 43 105 -
CMYK 0.23 0.59 0 0.59
HSL 276.77º 0.42% 0.29% -
HSV(B) 276.77º 0.59% 0.41% -
XYZ 6.81 4.5 13.87 -
YUV 61.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 81 43 105 0.23 0.59 0 0.59 276.77 0.42 0.29
Hex 51 2B 69 17 3B 0 3B 115 2A 1D
Octal 121 53 151 27 73 0 73 425 52 35
Binary 1010001 101011 1101001 10111 111011 0 111011 100010101 101010 11101

Color Harmonies of #512B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B69

Black with #512B69

Text Example


Text Example

White with #512B69

Text Example


Text Example

HTML Codes & Css Web 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>