Html Css Color HEX #513469 Blue Diamond

📋 copy color: '#513469'

red 81 ◦ green 52 ◦ blue 105

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

Shades of Blue Diamond #513469

Tints of Blue Diamond #513469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.85%

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

R = 34.03%
G = 21.85%
B = 44.12%

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

#513469 (or 0x513469) is known color: Blue Diamond. HEX triplet: 51, 34 and 69. RGB value is (81,52,105). Sum of RGB (Red+Green+Blue) = 81+52+105=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #513469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513469 is #AECB96. Grayscale: #424242. Windows color (decimal): -11455383 or 6894673. OLE color: 6894673.

HSL color Cylindrical-coordinate representation of color #513469: hue angle of 272.83º degrees, saturation: 0.34, 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 #513469 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 52 105 -
CMYK 0.23 0.50 0 0.59
HSL 272.83º 0.34% 0.31% -
HSV(B) 272.83º 0.5% 0.41% -
XYZ 7.17 5.23 14 -
YUV 66.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 81 52 105 0.23 0.50 0 0.59 272.83 0.34 0.31
Hex 51 34 69 17 32 0 3B 111 22 1F
Octal 121 64 151 27 62 0 73 421 42 37
Binary 1010001 110100 1101001 10111 110010 0 111011 100010001 100010 11111

Color Harmonies of #513469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513469

Black with #513469

Text Example


Text Example

White with #513469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513469; }

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

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

background-color css

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

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

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

border-color css

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

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

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