Html Css Color HEX #501870 Blue Diamond

📋 copy color: '#501870'

red 80 ◦ green 24 ◦ blue 112

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

Shades of Blue Diamond #501870

Tints of Blue Diamond #501870

RGB

 RED value IS 80 (31.64% from 255) = 37.04%

 GREEN value IS 24 (9.77% from 255) = 11.11%

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

R = 37.04%
G = 11.11%
B = 51.85%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#501870 (or 0x501870) is known color: Blue Diamond. HEX triplet: 50, 18 and 70. RGB value is (80,24,112). Sum of RGB (Red+Green+Blue) = 80+24+112=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #501870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501870 is #AFE78F. Grayscale: #323232. Windows color (decimal): -11528080 or 7346256. OLE color: 7346256.

HSL color Cylindrical-coordinate representation of color #501870: hue angle of 278.18º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501870 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 24 112 -
CMYK 0.29 0.79 0 0.56
HSL 278.18º 0.65% 0.27% -
HSV(B) 278.18º 0.79% 0.44% -
XYZ 6.56 3.53 15.66 -
YUV 50.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 80 24 112 0.29 0.79 0 0.56 278.18 0.65 0.27
Hex 50 18 70 1D 4F 0 38 116 41 1B
Octal 120 30 160 35 117 0 70 426 101 33
Binary 1010000 11000 1110000 11101 1001111 0 111000 100010110 1000001 11011

Color Harmonies of #501870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501870

Black with #501870

Text Example


Text Example

White with #501870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501870; }

 p { color: rgb(80,24,112); }

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

background-color css

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

 a { background-color: rgb(80,24,112); }

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

border-color css

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

 span { border-color: rgb(80,24,112); }

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