Html Css Color HEX #50356E Blue Diamond

📋 copy color: '#50356E'

red 80 ◦ green 53 ◦ blue 110

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

Shades of Blue Diamond #50356E

Tints of Blue Diamond #50356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

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

R = 32.92%
G = 21.81%
B = 45.27%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50356E (or 0x50356E) is known color: Blue Diamond. HEX triplet: 50, 35 and 6E. RGB value is (80,53,110). Sum of RGB (Red+Green+Blue) = 80+53+110=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #50356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50356E is #AFCA91. Grayscale: #434343. Windows color (decimal): -11520658 or 7222608. OLE color: 7222608.

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

Color convert

RGB 80 53 110 -
CMYK 0.27 0.52 0 0.57
HSL 268.42º 0.35% 0.32% -
HSV(B) 268.42º 0.52% 0.43% -
XYZ 7.4 5.38 15.4 -
YUV 67.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 80 53 110 0.27 0.52 0 0.57 268.42 0.35 0.32
Hex 50 35 6E 1B 34 0 39 10C 23 20
Octal 120 65 156 33 64 0 71 414 43 40
Binary 1010000 110101 1101110 11011 110100 0 111001 100001100 100011 100000

Color Harmonies of #50356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50356E

Black with #50356E

Text Example


Text Example

White with #50356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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