Html Css Color HEX #513570 Blue Diamond

📋 copy color: '#513570'

red 81 ◦ green 53 ◦ blue 112

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

Shades of Blue Diamond #513570

Tints of Blue Diamond #513570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.53%

R = 32.93%
G = 21.54%
B = 45.53%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#513570 (or 0x513570) is known color: Blue Diamond. HEX triplet: 51, 35 and 70. RGB value is (81,53,112). Sum of RGB (Red+Green+Blue) = 81+53+112=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #513570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513570 is #AECA8F. Grayscale: #434343. Windows color (decimal): -11455120 or 7353681. OLE color: 7353681.

HSL color Cylindrical-coordinate representation of color #513570: hue angle of 268.47º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #513570 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 53 112 -
CMYK 0.28 0.53 0 0.56
HSL 268.47º 0.36% 0.32% -
HSV(B) 268.47º 0.53% 0.44% -
XYZ 7.59 5.47 15.98 -
YUV 68.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 81 53 112 0.28 0.53 0 0.56 268.47 0.36 0.32
Hex 51 35 70 1C 35 0 38 10C 24 20
Octal 121 65 160 34 65 0 70 414 44 40
Binary 1010001 110101 1110000 11100 110101 0 111000 100001100 100100 100000

Color Harmonies of #513570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513570

Black with #513570

Text Example


Text Example

White with #513570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513570; }

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

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

background-color css

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

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

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

border-color css

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

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

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