Html Css Color HEX #513870 Blue Diamond

📋 copy color: '#513870'

red 81 ◦ green 56 ◦ blue 112

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

Shades of Blue Diamond #513870

Tints of Blue Diamond #513870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.49%

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

R = 32.53%
G = 22.49%
B = 44.98%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#513870 (or 0x513870) is known color: Blue Diamond. HEX triplet: 51, 38 and 70. RGB value is (81,56,112). Sum of RGB (Red+Green+Blue) = 81+56+112=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #513870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513870 is #AEC78F. Grayscale: #454545. Windows color (decimal): -11454352 or 7354449. OLE color: 7354449.

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

Color convert

RGB 81 56 112 -
CMYK 0.28 0.50 0 0.56
HSL 266.79º 0.33% 0.33% -
HSV(B) 266.79º 0.5% 0.44% -
XYZ 7.73 5.75 16.03 -
YUV 69.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 81 56 112 0.28 0.50 0 0.56 266.79 0.33 0.33
Hex 51 38 70 1C 32 0 38 10B 21 21
Octal 121 70 160 34 62 0 70 413 41 41
Binary 1010001 111000 1110000 11100 110010 0 111000 100001011 100001 100001

Color Harmonies of #513870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513870

Black with #513870

Text Example


Text Example

White with #513870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513870; }

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

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

background-color css

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

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

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

border-color css

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

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

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