Html Css Color HEX #512870 Blue Diamond

📋 copy color: '#512870'

red 81 ◦ green 40 ◦ blue 112

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

Shades of Blue Diamond #512870

Tints of Blue Diamond #512870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 34.76%
G = 17.17%
B = 48.07%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#512870 (or 0x512870) is known color: Blue Diamond. HEX triplet: 51, 28 and 70. RGB value is (81,40,112). Sum of RGB (Red+Green+Blue) = 81+40+112=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #512870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512870 is #AED78F. Grayscale: #3C3C3C. Windows color (decimal): -11458448 or 7350353. OLE color: 7350353.

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

Color convert

RGB 81 40 112 -
CMYK 0.28 0.64 0 0.56
HSL 274.17º 0.47% 0.3% -
HSV(B) 274.17º 0.64% 0.44% -
XYZ 7.08 4.44 15.81 -
YUV 60.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 81 40 112 0.28 0.64 0 0.56 274.17 0.47 0.3
Hex 51 28 70 1C 40 0 38 112 2F 1E
Octal 121 50 160 34 100 0 70 422 57 36
Binary 1010001 101000 1110000 11100 1000000 0 111000 100010010 101111 11110

Color Harmonies of #512870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512870

Black with #512870

Text Example


Text Example

White with #512870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512870; }

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

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

background-color css

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

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

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

border-color css

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

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

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