Html Css Color HEX #50386F Blue Diamond

📋 copy color: '#50386F'

red 80 ◦ green 56 ◦ blue 111

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

Shades of Blue Diamond #50386F

Tints of Blue Diamond #50386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

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

R = 32.39%
G = 22.67%
B = 44.94%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50386F (or 0x50386F) is known color: Blue Diamond. HEX triplet: 50, 38 and 6F. RGB value is (80,56,111). Sum of RGB (Red+Green+Blue) = 80+56+111=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #50386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50386F is #AFC790. Grayscale: #454545. Windows color (decimal): -11519889 or 7288912. OLE color: 7288912.

HSL color Cylindrical-coordinate representation of color #50386F: hue angle of 266.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50386F is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 56 111 -
CMYK 0.28 0.50 0 0.56
HSL 266.18º 0.33% 0.33% -
HSV(B) 266.18º 0.5% 0.44% -
XYZ 7.59 5.68 15.74 -
YUV 69.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 80 56 111 0.28 0.50 0 0.56 266.18 0.33 0.33
Hex 50 38 6F 1C 32 0 38 10A 21 21
Octal 120 70 157 34 62 0 70 412 41 41
Binary 1010000 111000 1101111 11100 110010 0 111000 100001010 100001 100001

Color Harmonies of #50386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50386F

Black with #50386F

Text Example


Text Example

White with #50386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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