Html Css Color HEX #513569 Blue Diamond

📋 copy color: '#513569'

red 81 ◦ green 53 ◦ blue 105

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

Shades of Blue Diamond #513569

Tints of Blue Diamond #513569

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

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

R = 33.89%
G = 22.18%
B = 43.93%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#513569 (or 0x513569) is known color: Blue Diamond. HEX triplet: 51, 35 and 69. RGB value is (81,53,105). Sum of RGB (Red+Green+Blue) = 81+53+105=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #513569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513569 is #AECA96. Grayscale: #434343. Windows color (decimal): -11455127 or 6894929. OLE color: 6894929.

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

Color convert

RGB 81 53 105 -
CMYK 0.23 0.50 0 0.59
HSL 272.31º 0.33% 0.31% -
HSV(B) 272.31º 0.5% 0.41% -
XYZ 7.22 5.32 14.01 -
YUV 67.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 81 53 105 0.23 0.50 0 0.59 272.31 0.33 0.31
Hex 51 35 69 17 32 0 3B 110 21 1F
Octal 121 65 151 27 62 0 73 420 41 37
Binary 1010001 110101 1101001 10111 110010 0 111011 100010000 100001 11111

Color Harmonies of #513569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513569

Black with #513569

Text Example


Text Example

White with #513569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513569; }

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

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

background-color css

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

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

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

border-color css

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

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

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