Html Css Color HEX #50276C Blue Diamond

📋 copy color: '#50276C'

red 80 ◦ green 39 ◦ blue 108

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

Shades of Blue Diamond #50276C

Tints of Blue Diamond #50276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.18%

 BLUE value IS 108 (42.58% from 255) = 47.58%

R = 35.24%
G = 17.18%
B = 47.58%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50276C (or 0x50276C) is known color: Blue Diamond. HEX triplet: 50, 27 and 6C. RGB value is (80,39,108). Sum of RGB (Red+Green+Blue) = 80+39+108=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #50276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50276C is #AFD893. Grayscale: #3A3A3A. Windows color (decimal): -11524244 or 7087952. OLE color: 7087952.

HSL color Cylindrical-coordinate representation of color #50276C: hue angle of 275.65º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50276C is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 39 108 -
CMYK 0.26 0.64 0 0.58
HSL 275.65º 0.47% 0.29% -
HSV(B) 275.65º 0.64% 0.42% -
XYZ 6.74 4.24 14.65 -
YUV 59.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 80 39 108 0.26 0.64 0 0.58 275.65 0.47 0.29
Hex 50 27 6C 1A 40 0 3A 114 2F 1D
Octal 120 47 154 32 100 0 72 424 57 35
Binary 1010000 100111 1101100 11010 1000000 0 111010 100010100 101111 11101

Color Harmonies of #50276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50276C

Black with #50276C

Text Example


Text Example

White with #50276C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50276C; }

 p { color: rgb(80,39,108); }

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

background-color css

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

 a { background-color: rgb(80,39,108); }

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

border-color css

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

 span { border-color: rgb(80,39,108); }

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