Html Css Color HEX #50186E Blue Diamond

📋 copy color: '#50186E'

red 80 ◦ green 24 ◦ blue 110

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

Shades of Blue Diamond #50186E

Tints of Blue Diamond #50186E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.4%

R = 37.38%
G = 11.21%
B = 51.4%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50186E (or 0x50186E) is known color: Blue Diamond. HEX triplet: 50, 18 and 6E. RGB value is (80,24,110). Sum of RGB (Red+Green+Blue) = 80+24+110=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #50186E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50186E is #AFE791. Grayscale: #323232. Windows color (decimal): -11528082 or 7215184. OLE color: 7215184.

HSL color Cylindrical-coordinate representation of color #50186E: hue angle of 279.07º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50186E is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 24 110 -
CMYK 0.27 0.78 0 0.57
HSL 279.07º 0.64% 0.26% -
HSV(B) 279.07º 0.78% 0.43% -
XYZ 6.45 3.48 15.08 -
YUV 50.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 80 24 110 0.27 0.78 0 0.57 279.07 0.64 0.26
Hex 50 18 6E 1B 4E 0 39 117 40 1A
Octal 120 30 156 33 116 0 71 427 100 32
Binary 1010000 11000 1101110 11011 1001110 0 111001 100010111 1000000 11010

Color Harmonies of #50186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50186E

Black with #50186E

Text Example


Text Example

White with #50186E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50186E; }

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

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

background-color css

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

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

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

border-color css

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

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

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