Html Css Color HEX #50166F Blue Diamond

📋 copy color: '#50166F'

red 80 ◦ green 22 ◦ blue 111

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

Shades of Blue Diamond #50166F

Tints of Blue Diamond #50166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.33%

 BLUE value IS 111 (43.75% from 255) = 52.11%

R = 37.56%
G = 10.33%
B = 52.11%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50166F (or 0x50166F) is known color: Blue Diamond. HEX triplet: 50, 16 and 6F. RGB value is (80,22,111). Sum of RGB (Red+Green+Blue) = 80+22+111=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #50166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50166F is #AFE990. Grayscale: #313131. Windows color (decimal): -11528593 or 7280208. OLE color: 7280208.

HSL color Cylindrical-coordinate representation of color #50166F: hue angle of 279.1º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50166F is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 22 111 -
CMYK 0.28 0.80 0 0.56
HSL 279.1º 0.67% 0.26% -
HSV(B) 279.1º 0.8% 0.44% -
XYZ 6.46 3.43 15.36 -
YUV 49.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 80 22 111 0.28 0.80 0 0.56 279.1 0.67 0.26
Hex 50 16 6F 1C 50 0 38 117 43 1A
Octal 120 26 157 34 120 0 70 427 103 32
Binary 1010000 10110 1101111 11100 1010000 0 111000 100010111 1000011 11010

Color Harmonies of #50166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50166F

Black with #50166F

Text Example


Text Example

White with #50166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50166F; }

 p { color: rgb(80,22,111); }

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

background-color css

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

 a { background-color: rgb(80,22,111); }

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

border-color css

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

 span { border-color: rgb(80,22,111); }

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