Html Css Color HEX #513272 Blue Diamond

📋 copy color: '#513272'

red 81 ◦ green 50 ◦ blue 114

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

Shades of Blue Diamond #513272

Tints of Blue Diamond #513272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

 BLUE value IS 114 (44.92% from 255) = 46.53%

R = 33.06%
G = 20.41%
B = 46.53%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#513272 (or 0x513272) is known color: Blue Diamond. HEX triplet: 51, 32 and 72. RGB value is (81,50,114). Sum of RGB (Red+Green+Blue) = 81+50+114=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #513272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513272 is #AECD8D. Grayscale: #424242. Windows color (decimal): -11455886 or 7483985. OLE color: 7483985.

HSL color Cylindrical-coordinate representation of color #513272: hue angle of 269.06º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513272 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 50 114 -
CMYK 0.29 0.56 0 0.55
HSL 269.06º 0.39% 0.32% -
HSV(B) 269.06º 0.56% 0.45% -
XYZ 7.57 5.25 16.53 -
YUV 66.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 81 50 114 0.29 0.56 0 0.55 269.06 0.39 0.32
Hex 51 32 72 1D 38 0 37 10D 27 20
Octal 121 62 162 35 70 0 67 415 47 40
Binary 1010001 110010 1110010 11101 111000 0 110111 100001101 100111 100000

Color Harmonies of #513272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513272

Black with #513272

Text Example


Text Example

White with #513272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513272; }

 p { color: rgb(81,50,114); }

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

background-color css

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

 a { background-color: rgb(81,50,114); }

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

border-color css

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

 span { border-color: rgb(81,50,114); }

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