Html Css Color HEX #50336C Blue Diamond

📋 copy color: '#50336C'

red 80 ◦ green 51 ◦ blue 108

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

Shades of Blue Diamond #50336C

Tints of Blue Diamond #50336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

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

R = 33.47%
G = 21.34%
B = 45.19%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50336C (or 0x50336C) is known color: Blue Diamond. HEX triplet: 50, 33 and 6C. RGB value is (80,51,108). Sum of RGB (Red+Green+Blue) = 80+51+108=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #50336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50336C is #AFCC93. Grayscale: #414141. Windows color (decimal): -11521172 or 7091024. OLE color: 7091024.

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

Color convert

RGB 80 51 108 -
CMYK 0.26 0.53 0 0.58
HSL 270.53º 0.36% 0.31% -
HSV(B) 270.53º 0.53% 0.42% -
XYZ 7.2 5.16 14.8 -
YUV 66.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 80 51 108 0.26 0.53 0 0.58 270.53 0.36 0.31
Hex 50 33 6C 1A 35 0 3A 10F 24 1F
Octal 120 63 154 32 65 0 72 417 44 37
Binary 1010000 110011 1101100 11010 110101 0 111010 100001111 100100 11111

Color Harmonies of #50336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50336C

Black with #50336C

Text Example


Text Example

White with #50336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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