Html Css Color HEX #501872 Blue Diamond

📋 copy color: '#501872'

red 80 ◦ green 24 ◦ blue 114

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

Shades of Blue Diamond #501872

Tints of Blue Diamond #501872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.29%

R = 36.7%
G = 11.01%
B = 52.29%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#501872 (or 0x501872) is known color: Blue Diamond. HEX triplet: 50, 18 and 72. RGB value is (80,24,114). Sum of RGB (Red+Green+Blue) = 80+24+114=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #501872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501872 is #AFE78D. Grayscale: #323232. Windows color (decimal): -11528078 or 7477328. OLE color: 7477328.

HSL color Cylindrical-coordinate representation of color #501872: hue angle of 277.33º degrees, saturation: 0.65, 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 #501872 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 24 114 -
CMYK 0.30 0.79 0 0.55
HSL 277.33º 0.65% 0.27% -
HSV(B) 277.33º 0.79% 0.45% -
XYZ 6.67 3.57 16.26 -
YUV 51 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 80 24 114 0.30 0.79 0 0.55 277.33 0.65 0.27
Hex 50 18 72 1E 4F 0 37 115 41 1B
Octal 120 30 162 36 117 0 67 425 101 33
Binary 1010000 11000 1110010 11110 1001111 0 110111 100010101 1000001 11011

Color Harmonies of #501872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501872

Black with #501872

Text Example


Text Example

White with #501872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501872; }

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

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

background-color css

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

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

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

border-color css

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

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

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