Html Css Color HEX #513669 Blue Diamond

📋 copy color: '#513669'

red 81 ◦ green 54 ◦ blue 105

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

Shades of Blue Diamond #513669

Tints of Blue Diamond #513669

RGB

 RED value IS 81 (32.03% from 255) = 33.75%

 GREEN value IS 54 (21.48% from 255) = 22.5%

 BLUE value IS 105 (41.41% from 255) = 43.75%

R = 33.75%
G = 22.5%
B = 43.75%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#513669 (or 0x513669) is known color: Blue Diamond. HEX triplet: 51, 36 and 69. RGB value is (81,54,105). Sum of RGB (Red+Green+Blue) = 81+54+105=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #513669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513669 is #AEC996. Grayscale: #434343. Windows color (decimal): -11454871 or 6895185. OLE color: 6895185.

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

Color convert

RGB 81 54 105 -
CMYK 0.23 0.49 0 0.59
HSL 271.76º 0.32% 0.31% -
HSV(B) 271.76º 0.49% 0.41% -
XYZ 7.26 5.41 14.03 -
YUV 67.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 81 54 105 0.23 0.49 0 0.59 271.76 0.32 0.31
Hex 51 36 69 17 31 0 3B 110 20 1F
Octal 121 66 151 27 61 0 73 420 40 37
Binary 1010001 110110 1101001 10111 110001 0 111011 100010000 100000 11111

Color Harmonies of #513669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513669

Black with #513669

Text Example


Text Example

White with #513669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513669; }

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

 H1.HeaderClassName
 {
   color: #513669;
 }
 .AnyTagClassName
 {
   color: #513669;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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