Html Css Color HEX #501874 Blue Diamond

📋 copy color: '#501874'

red 80 ◦ green 24 ◦ blue 116

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

Shades of Blue Diamond #501874

Tints of Blue Diamond #501874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.73%

R = 36.36%
G = 10.91%
B = 52.73%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#501874 (or 0x501874) is known color: Blue Diamond. HEX triplet: 50, 18 and 74. RGB value is (80,24,116). Sum of RGB (Red+Green+Blue) = 80+24+116=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #501874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501874 is #AFE78B. Grayscale: #323232. Windows color (decimal): -11528076 or 7608400. OLE color: 7608400.

HSL color Cylindrical-coordinate representation of color #501874: hue angle of 276.52º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501874 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 24 116 -
CMYK 0.31 0.79 0 0.55
HSL 276.52º 0.66% 0.27% -
HSV(B) 276.52º 0.79% 0.45% -
XYZ 6.79 3.62 16.86 -
YUV 51.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 80 24 116 0.31 0.79 0 0.55 276.52 0.66 0.27
Hex 50 18 74 1F 4F 0 37 115 42 1B
Octal 120 30 164 37 117 0 67 425 102 33
Binary 1010000 11000 1110100 11111 1001111 0 110111 100010101 1000010 11011

Color Harmonies of #501874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501874

Black with #501874

Text Example


Text Example

White with #501874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501874; }

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

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

background-color css

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

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

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

border-color css

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

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

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