Html Css Color HEX #50166E Blue Diamond

📋 copy color: '#50166E'

red 80 ◦ green 22 ◦ blue 110

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

Shades of Blue Diamond #50166E

Tints of Blue Diamond #50166E

RGB

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

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

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

R = 37.74%
G = 10.38%
B = 51.89%

CMYK

 C value IS 0.27

 M value IS 0.8

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50166E (or 0x50166E) is known color: Blue Diamond. HEX triplet: 50, 16 and 6E. RGB value is (80,22,110). Sum of RGB (Red+Green+Blue) = 80+22+110=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #50166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50166E is #AFE991. Grayscale: #313131. Windows color (decimal): -11528594 or 7214672. OLE color: 7214672.

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

Color convert

RGB 80 22 110 -
CMYK 0.27 0.8 0 0.57
HSL 279.55º 0.67% 0.26% -
HSV(B) 279.55º 0.8% 0.43% -
XYZ 6.41 3.41 15.07 -
YUV 49.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 80 22 110 0.27 0.8 0 0.57 279.55 0.67 0.26
Hex 50 16 6E 1B 50 0 39 118 43 1A
Octal 120 26 156 33 120 0 71 430 103 32
Binary 1010000 10110 1101110 11011 1010000 0 111001 100011000 1000011 11010

Color Harmonies of #50166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50166E

Black with #50166E

Text Example


Text Example

White with #50166E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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